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

◆ QuickHeal

bool Terraria.GameInput.TriggersSet.QuickHeal
getset

Definition at line 285 of file TriggersSet.cs.

286 {
287 [global::Cpp2ILInjected.Token(Token = "0x6003A1E")]
288 [global::Cpp2ILInjected.Address(RVA = "0x1470990", Offset = "0x1470990", Length = "0xC")]
289 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
290 get
291 {
292 throw null;
293 }
294 [global::Cpp2ILInjected.Token(Token = "0x6003A1F")]
295 [global::Cpp2ILInjected.Address(RVA = "0x147099C", Offset = "0x147099C", Length = "0x10")]
296 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
297 set
298 {
299 throw null;
300 }
301 }