コード例 #1
0
 public Tile(int x, int y)
 {
     X          = x;
     Y          = y;
     properties = new TileProperty();
 }
コード例 #2
0
ファイル: Tile.cs プロジェクト: densjizz/Osiris
 public Tile(int x, int y)
 {
     X = x;
     Y = y;
     properties = new TileProperty();
 }