Exemplo n.º 1
0
 public LocationTag(GameLocation loc)
 {
     Internal = loc;
 }
Exemplo n.º 2
0
 public LocationTag(Location coord, World w)
 {
     Internal = new GameLocation(coord, w);
 }