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

Postfix() private method

private Postfix ( ) : void
return void
        internal static void Postfix()
        {
            // Setting only if false because this method is called constantly when screen is open
            if (!SessionData.Instance.IsInOdyssey)
            {
                SessionData.Instance.IsInOdyssey = true;
            }
        }
    }
OdysseyEventScreen_Update