Functional networkevent validation, functional single player saving, requireditem ui texts, titlescreen & loading

This commit is contained in:
Regalis
2015-07-19 02:44:42 +03:00
parent 237df18765
commit baa207985c
78 changed files with 1237 additions and 596 deletions
+4
View File
@@ -15,6 +15,8 @@ namespace Subsurface
LocationType type;
public List<LocationConnection> connections;
public string Name
{
get { return name; }
@@ -30,6 +32,8 @@ namespace Subsurface
this.name = RandomName(LocationType.Random());
this.mapPosition = mapPosition;
connections = new List<LocationConnection>();
}
public static Location CreateRandom(Vector2 position)