public MapTile(BackgroundSprite backgroundSprite, List <MapObject> mapObjects) { this.backgroundSprite = backgroundSprite; this.mapObjects = mapObjects; }
public MapTile(BackgroundSprite backgroundSprite, List<MapObject> mapObjects) { this.backgroundSprite = backgroundSprite; this.mapObjects = mapObjects; }