AcManager.Tools.Data.KunosCareerProgress.SaveBeforeExit C# (CSharp) Method

SaveBeforeExit() public static method

public static SaveBeforeExit ( ) : void
return void
        public static void SaveBeforeExit() {
            if (_instance == null || !_instance._savingInProgress) return;
            _instance.Save();
        }