Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
StatsSleepiness.cs
Go to the documentation of this file.
1public class StatsSleepiness : Stats
2{
3 public const int Sleepy = 1;
4
5 public const int VerySleepy = 2;
6
7 public const int VeryVerySleepy = 3;
8
9 public override bool TrackPhaseChange => BaseStats.CC.IsPC;
10}
static Chara CC
Definition: BaseStats.cs:8
override bool IsPC
Definition: Chara.cs:597
const int VeryVerySleepy
override bool TrackPhaseChange
const int VerySleepy
const int Sleepy
Definition: Stats.cs:5