[Add] Game Loop Playable

This commit is contained in:
2026-03-28 12:53:34 +07:00
parent 78ad76120f
commit f2173d2c73
20 changed files with 1433 additions and 122 deletions
+4
View File
@@ -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;