BTD_Mod_Helper.Patches.UI.MainMenuEventPanel_OpenRaceEventScreen.Postfix C# (CSharp) 메소드

Postfix() 개인적인 메소드

private Postfix ( ) : void
리턴 void
        internal static void Postfix()
        {
            SessionData.Instance.IsInRace = true;
        }
    }
MainMenuEventPanel_OpenRaceEventScreen