Exemplo n.º 1
0
 public MapTile(BackgroundSprite backgroundSprite, List <MapObject> mapObjects)
 {
     this.backgroundSprite = backgroundSprite;
     this.mapObjects       = mapObjects;
 }
Exemplo n.º 2
0
 public MapTile(BackgroundSprite backgroundSprite, List<MapObject> mapObjects)
 {
     this.backgroundSprite = backgroundSprite;
     this.mapObjects = mapObjects;
 }