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
BigProgressBarCache.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000AEF RID: 2799
6 public struct BigProgressBarCache
7 {
8 // Token: 0x06005217 RID: 21015 RVA: 0x002824E8 File Offset: 0x002806E8
9 public void SetLife(float current, float max)
10 {
11 }
12
13 // Token: 0x06005218 RID: 21016 RVA: 0x002824F8 File Offset: 0x002806F8
14 public void SetShield(float current, float max)
15 {
16 }
17
18 // Token: 0x04008A6E RID: 35438
19 public float LifeCurrent;
20
21 // Token: 0x04008A6F RID: 35439
22 public float LifeMax;
23
24 // Token: 0x04008A70 RID: 35440
25 public float ShieldCurrent;
26
27 // Token: 0x04008A71 RID: 35441
28 public float ShieldMax;
29 }
30}