Esempio n. 1
0
 public Tile(int x, int y)
 {
     X          = x;
     Y          = y;
     properties = new TileProperty();
 }
Esempio n. 2
0
 public Tile(int x, int y)
 {
     X = x;
     Y = y;
     properties = new TileProperty();
 }