BTD_Mod_Helper.Patches.TimeManager_SetFastForward.Postfix C# (CSharp) Method

Postfix() private method

private Postfix ( ) : void
return void
        internal static void Postfix()
        {
            MelonMain.DoPatchMethods(mod => mod.OnFastForwardChanged());
        }
    }
TimeManager_SetFastForward