Ejemplo n.º 1
0
 internal Location(Point sectorLocation, int hex)
 {
     Sector = sectorLocation;
     Hex    = new Hex(hex);
 }
Ejemplo n.º 2
0
 internal Location(Point sectorLocation, Hex hexLocation)
 {
     Sector = sectorLocation;
     Hex    = hexLocation;
 }