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.PlayerAction.ActiveDevice
get

Definition at line 473 of file PlayerAction.cs.

474 {
475 get
476 {
477 if (this.activeDevice != null || !true)
478 {
479 }
480 return 1;
481 }
482 }