Allow PersonClass.NextID to be serialized.
This commit is contained in:
parent
258e7a5a6c
commit
0a53823b2d
@ -28,8 +28,8 @@ namespace EduNetworkBuilder
|
||||
public int MainWindowWidth = -1;
|
||||
public int MainWindowHeight = -1;
|
||||
public string ProcessingLevel = "none";
|
||||
protected UInt32 NextID = 100;
|
||||
|
||||
public UInt32 NextID = 100;
|
||||
|
||||
public NBSettings()
|
||||
{
|
||||
//We need this for reflection
|
||||
|
Loading…
Reference in New Issue
Block a user