public MapBase(RawMap rawMap) { this.rawMap = rawMap; Tile = new TileCollection(rawMap); Npc = new MapNpcPresetCollection(rawMap); }