terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ AnalogTarget

Enumerator
None 
LeftStick 
RightStick 
Both 

Definition at line 427 of file TouchControl.cs.

428 {
429 [global::Cpp2ILInjected.Token(Token = "0x4000382")]
430 None,
431 [global::Cpp2ILInjected.Token(Token = "0x4000383")]
432 LeftStick,
433 [global::Cpp2ILInjected.Token(Token = "0x4000384")]
435 [global::Cpp2ILInjected.Token(Token = "0x4000385")]
436 Both
437 }