public StateModule() { PersistState.Load(); PersistState.Instance.LastStartupTime = DateTime.Now; PersistState.Instance.LastApplicationPath = CoreParams.GameFolderPath; PersistState.Save(); }
public StateModule() { PersistState.Load(); PersistState.Save(); }