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

◆ Y

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

Definition at line 82 of file MouseState.cs.

83 {
84 [global::Cpp2ILInjected.Token(Token = "0x6001643")]
85 [global::Cpp2ILInjected.Address(RVA = "0xAA0358", Offset = "0xAA0358", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 get
88 {
89 throw null;
90 }
91 [global::Cpp2ILInjected.Token(Token = "0x6001644")]
92 [global::Cpp2ILInjected.Address(RVA = "0xAA0360", Offset = "0xAA0360", Length = "0x8")]
93 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
94 internal set
95 {
96 throw null;
97 }
98 }