Moving in and out from levels, WIP level mirroring, moloch, add d.gz to savedmaps
This commit is contained in:
@@ -26,6 +26,17 @@ namespace Subsurface
|
||||
private Location currentLocation;
|
||||
private Location selectedLocation;
|
||||
|
||||
public Location CurrentLocation
|
||||
{
|
||||
get { return currentLocation; }
|
||||
}
|
||||
|
||||
public Location SelectedLocation
|
||||
{
|
||||
get { return selectedLocation; }
|
||||
}
|
||||
|
||||
|
||||
public Map(int seed, int size)
|
||||
{
|
||||
this.seed = seed;
|
||||
|
||||
Reference in New Issue
Block a user