GameMap

constructor(id: Long = 0, title: String = "Карта", tmx: String = "kordon.tmx", defPos: String = "500:500", points: List<Point> = mutableListOf(), spawns: List<SpawnModel> = mutableListOf())