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
PlayerStatsSnapshot.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000A87 RID: 2695
6 public struct PlayerStatsSnapshot
7 {
8 // Token: 0x06004FA6 RID: 20390 RVA: 0x0027AF94 File Offset: 0x00279194
10 {
11 int statLife = player.statLife;
12 this.Life = statLife;
13 int statMana = player.statMana;
14 this.Mana = statMana;
15 int statLifeMax = player.statLifeMax2;
16 this.LifeMax = statLifeMax;
17 int statManaMax = player.statManaMax2;
18 this.ManaMax = statManaMax;
19 }
20
21 // Token: 0x04008889 RID: 34953
22 public int Life;
23
24 // Token: 0x0400888A RID: 34954
25 public int LifeMax;
26
27 // Token: 0x0400888B RID: 34955
28 public int LifeFruitCount;
29
30 // Token: 0x0400888C RID: 34956
31 public float LifePerSegment;
32
33 // Token: 0x0400888D RID: 34957
34 public int Mana;
35
36 // Token: 0x0400888E RID: 34958
37 public int ManaMax;
38
39 // Token: 0x0400888F RID: 34959
40 public float ManaPerSegment;
41 }
42}
class f__AnonymousType0<< Count > j__TPar