StoryModel

constructor(id: Long = -1, title: String = "", maps: MutableMap<Long, GameMap> = mutableMapOf(), chapters: MutableMap<String, ChapterModel> = mutableMapOf(), missions: MutableList<MissionModel> = mutableListOf())