terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ConditionFloatTracker.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000698 RID: 1688
7 {
8 // Token: 0x06003865 RID: 14437 RVA: 0x00225B98 File Offset: 0x00223D98
9 public ConditionFloatTracker(float maxValue)
10 {
11 }
12
13 // Token: 0x06003866 RID: 14438 RVA: 0x00225BA8 File Offset: 0x00223DA8
15 {
16 }
17
18 // Token: 0x06003867 RID: 14439 RVA: 0x00225BB8 File Offset: 0x00223DB8
19 public override void ReportUpdate()
20 {
21 }
22
23 // Token: 0x06003868 RID: 14440 RVA: 0x00225BC8 File Offset: 0x00223DC8
24 protected override void Load()
25 {
26 }
27 }
28}