terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Destroy()

void InControl.PlayerActionSet.Destroy ( )
inlineinherited

Definition at line 181 of file PlayerActionSet.cs.

182 {
183 InputManager.DetachPlayerActionSet(this);
184 }

References InControl.InputManager.DetachPlayerActionSet().

Referenced by MultiplayerWithBindingsExample.Player.OnDisable(), and MultiplayerWithBindingsExample.PlayerManager.OnDisable().