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