fBaseXtensions.Game.GameCache.GoldInactivityTimerTrippedHandler C# (CSharp) 메소드

GoldInactivityTimerTrippedHandler() 정적인 개인적인 메소드

static private GoldInactivityTimerTrippedHandler ( ) : void
리턴 void
        internal static void GoldInactivityTimerTrippedHandler()
        {
            Logger.DBLog.Info("[Funky] Gold Timeout Breached.. enabling exit behavior!");
            ExitGameBehavior.ShouldExitGame = true;
        }