Class WinState.GourFeastTracker
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class WinState.GourFeastTracker : WinState.EndgameTracker
- Inheritance
-
WinState.GourFeastTracker
- Inherited Members
-
Constructors
GourFeastTracker(EndgameID, int)
public GourFeastTracker(WinState.EndgameID ID, int slots)
Parameters
ID WinState.EndgameID
slots int
Fields
currentCycleProgress
public int[] currentCycleProgress
Field Value
- int[]
lastShownProgress
public int[] lastShownProgress
Field Value
- int[]
progress
Field Value
- int[]
Properties
AnyProgressToSave
public override bool AnyProgressToSave { get; }
Property Value
- bool
AnyProgressToShow
public override bool AnyProgressToShow { get; }
Property Value
- bool
GoalAlreadyFullfilled
public override bool GoalAlreadyFullfilled { get; }
Property Value
- bool
GoalFullfilled
public override bool GoalFullfilled { get; }
Property Value
- bool
Methods
FromString(string[])
public override void FromString(string[] splt)
Parameters
splt string[]
ToString()
public override string ToString()
Returns
- string