コード例 #1
0
ファイル: Unity_Map.cs プロジェクト: PluMGMK/Ray1Map
 public Unity_Tile GetMapTile(int x, int y) => MapTiles.ElementAtOrDefault((Width * y) + x);