예제 #1
0
파일: TileMap.cs 프로젝트: Grivik/Zelda_VR
 public int TryGetTile(Index2 n)
 {
     return(_tileMapData.TryGetTile(n));
 }