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

◆ X

int Microsoft.Xna.Framework.Input.MouseState.X
getset

Definition at line 63 of file MouseState.cs.

64 {
65 [global::Cpp2ILInjected.Token(Token = "0x6001641")]
66 [global::Cpp2ILInjected.Address(RVA = "0xAA0348", Offset = "0xAA0348", Length = "0x8")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 get
69 {
70 throw null;
71 }
72 [global::Cpp2ILInjected.Token(Token = "0x6001642")]
73 [global::Cpp2ILInjected.Address(RVA = "0xAA0350", Offset = "0xAA0350", Length = "0x8")]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 internal set
76 {
77 throw null;
78 }
79 }