Esempio n. 1
0
        public static void ForceClearLocks()
        {
            if (Instance == null)
            {
                return;
            }

            CDebug.LogEx("Forced unlock and unpause!", LogLevel.Warning, Instance);
            Instance.ClearAll();
        }