Ejemplo n.º 1
0
 public int TryGetTile(Index2 n)
 {
     return(_tileMapData.TryGetTile(n));
 }