Ejemplo n.º 1
0
 public static Coords ToCoords(this StaticTile t, Map m)
 {
     return(new Coords(m, t.ToPoint3D()));
 }
Ejemplo n.º 2
0
 public static MapPoint ToMapPoint(this StaticTile t, Map m)
 {
     return(new MapPoint(m, t.ToPoint3D()));
 }