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

◆ AssertIsSetup()

static void InControl.InputManager.AssertIsSetup ( )
inlinestaticprivate

Definition at line 604 of file InputManager.cs.

605 {
606 do
607 {
608 if (!true)
609 {
610 }
611 if (!true)
612 {
613 }
614 }
615 while (!true);
616 }

Referenced by InControl.InputManager.AddDeviceManager(), InControl.InputManager.AttachDevice(), and InControl.InputManager.UpdateInternal().