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

◆ ActiveDevice

InputDevice InControl.PlayerActionSet.ActiveDevice
getinherited

Definition at line 378 of file PlayerActionSet.cs.

379 {
380 get
381 {
382 if (this.activeDevice != null || !true)
383 {
384 }
385 return 1;
386 }
387 }