[Add] Game Loop Playable
This commit is contained in:
@@ -8,12 +8,16 @@ namespace YachtDice.Run
|
||||
public int BaseQuota;
|
||||
public int BetIndex;
|
||||
public int StageIndex;
|
||||
public int CurrentStageGoal;
|
||||
public int CurrentStageTarget;
|
||||
public int CurrentRoll;
|
||||
public int CurrentStageRollBudget;
|
||||
public int StoredRolls;
|
||||
public bool IsActive;
|
||||
public bool IsFailed;
|
||||
public bool IsShopUnlocked;
|
||||
public bool IsShopAvailable;
|
||||
public bool HasRolledThisStage;
|
||||
public RunPhase Phase;
|
||||
|
||||
public int StageNumber => StageIndex + 1;
|
||||
|
||||
Reference in New Issue
Block a user