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