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()

Terraria.GameContent.UI.ResourceSets.PlayerStatsSnapshot.PlayerStatsSnapshot ( Player player)
inline

Definition at line 9 of file PlayerStatsSnapshot.cs.

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 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Player.statLife, Terraria.Player.statLifeMax2, Terraria.Player.statMana, and Terraria.Player.statManaMax2.