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

◆ ElapsedGameTime

TimeSpan Microsoft.Xna.Framework.GameTime.ElapsedGameTime
getset

Definition at line 40 of file GameTime.cs.

41 {
42 [global::Cpp2ILInjected.Token(Token = "0x6001499")]
43 [global::Cpp2ILInjected.Address(RVA = "0xA96068", Offset = "0xA96068", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 get
46 {
47 throw null;
48 }
49 [global::Cpp2ILInjected.Token(Token = "0x600149A")]
50 [global::Cpp2ILInjected.Address(RVA = "0xA96070", Offset = "0xA96070", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 internal set
53 {
54 throw null;
55 }
56 }