示例#1
0
 public StateModule()
 {
     PersistState.Load();
     PersistState.Instance.LastStartupTime     = DateTime.Now;
     PersistState.Instance.LastApplicationPath = CoreParams.GameFolderPath;
     PersistState.Save();
 }
示例#2
0
 public StateModule()
 {
     PersistState.Load();
     PersistState.Save();
 }