예제 #1
0
 public LocationTag(GameLocation loc)
 {
     Internal = loc;
 }
예제 #2
0
 public LocationTag(Location coord, World w)
 {
     Internal = new GameLocation(coord, w);
 }