Beispiel #1
0
 public IMapFile RemoveWarp(WarpMapEntity warp)
 {
     return(RemoveWarpAt(warp.X, warp.Y));
 }
Beispiel #2
0
 public Warp(WarpMapEntity warpEntity)
 {
     _warpEntity = warpEntity;
 }