[Add] GameLoop base

This commit is contained in:
2026-03-18 09:13:48 +07:00
parent c819c0d045
commit 537ae1ce5c
28 changed files with 997 additions and 40 deletions
+5
View File
@@ -82,6 +82,11 @@ namespace YachtDice.UI
rollButtonText.text = $"Бросок {currentRoll + 1}/{maxRolls}";
}
public void SetRollButtonInteractable(bool interactable)
{
rollButton.interactable = interactable;
}
public void ResetForNewTurn()
{
for (int i = 0; i < diceValues.Length; i++)