示例#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();
 }