Пример #1
0
 public MapTile(BackgroundSprite backgroundSprite, List <MapObject> mapObjects)
 {
     this.backgroundSprite = backgroundSprite;
     this.mapObjects       = mapObjects;
 }
Пример #2
0
 public MapTile(BackgroundSprite backgroundSprite, List<MapObject> mapObjects)
 {
     this.backgroundSprite = backgroundSprite;
     this.mapObjects = mapObjects;
 }