Exemplo n.º 1
0
 public TileInfo GetTile(Vector2Int position)
 {
     _tiles.TryGetValue(position, out TileInfo tile);
     return(tile);
 }