Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
StatsHunger.cs
Go to the documentation of this file.
1public class StatsHunger : Stats
2{
3 public const int Bloated = 0;
4
5 public const int Filled = 1;
6
7 public const int Normal = 2;
8
9 public const int Hungry = 3;
10
11 public const int VeryHungry = 4;
12
13 public const int Starving = 5;
14
15 public override bool TrackPhaseChange => BaseStats.CC.IsPC;
16}
static Chara CC
Definition: BaseStats.cs:8
override bool IsPC
Definition: Chara.cs:597
override bool TrackPhaseChange
Definition: StatsHunger.cs:15
const int Normal
Definition: StatsHunger.cs:7
const int Starving
Definition: StatsHunger.cs:13
const int Hungry
Definition: StatsHunger.cs:9
const int VeryHungry
Definition: StatsHunger.cs:11
const int Bloated
Definition: StatsHunger.cs:3
const int Filled
Definition: StatsHunger.cs:5
Definition: Stats.cs:5