Add a ReplayMode bool on our settings. It is set to true for now, but when we are closer to deployment, we will set it to false unless specific things are met.
This commit is contained in:
parent
e7856a9d3e
commit
0ac9fea3bb
@ -37,6 +37,8 @@ namespace EduNetworkBuilder
|
||||
public string LastTrans2Lang = "";
|
||||
public string FormLastTransDir = "";
|
||||
protected ActionCollection UserActions = new ActionCollection();
|
||||
[XmlIgnore]
|
||||
public bool ReplayMode = true; //Whether or not we are able to do replays
|
||||
|
||||
public NBSettings()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user