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

◆ Device

InputDevice InControl.PlayerAction.Device
getsetpackage

Definition at line 451 of file PlayerAction.cs.

452 {
453 get
454 {
455 while (this.device != null)
456 {
457 }
458 InputDevice <Device>k__BackingField = this.<Owner>k__BackingField.<Device>k__BackingField;
461 return this.device;
462 }
463 set
464 {
465 InputDevice inputDevice = this.device;
468 }
469 }
class f__AnonymousType0<< Count > j__TPar
string< Name > k__BackingField
PlayerActionSet Owner