Пример #1
0
 public void AddTile(WorldTile tile)
 {
     tile.SetRiverPath(this);
     Tiles.Add(tile);
 }