AutomaticDispenserBugFix.AutomaticDispenserBugFixPatches.AutomaticDispenser_Toggle.Postfix C# (CSharp) Method

Postfix() private static method

private static Postfix ( ObjectDispenser.Instance ___smi, bool ___switchedOn ) : void
___smi ObjectDispenser.Instance
___switchedOn bool
return void
            private static void Postfix(ObjectDispenser.Instance ___smi, bool ___switchedOn)
            {
                ___smi.SetSwitchState(___switchedOn);
            }
        }
AutomaticDispenserBugFixPatches.AutomaticDispenser_Toggle