BTD_Mod_Helper.Patches.UI.MainMenuEventPanel_OpenRaceEventScreen.Postfix C# (CSharp) Method

Postfix() private method

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