Allow PersonClass.NextID to be serialized.

This commit is contained in:
Tim Young 2017-07-31 11:31:24 -05:00
parent 258e7a5a6c
commit 0a53823b2d

View File

@ -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