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

◆ InteractionState

Enumerator
Disabled 
Pressed 
Normal 

Definition at line 828 of file GUIQuickActionButton.cs.

829 {
830 [global::Cpp2ILInjected.Token(Token = "0x400058B")]
831 Disabled,
832 [global::Cpp2ILInjected.Token(Token = "0x400058C")]
833 Pressed,
834 [global::Cpp2ILInjected.Token(Token = "0x400058D")]
835 Normal
836 }