[Add] GameLoop base
This commit is contained in:
@@ -74,6 +74,12 @@ namespace YachtDice.UI
|
||||
t.SetInteractable(interactable);
|
||||
}
|
||||
|
||||
public void SetCategoryInteractable(CategoryDefinition category, bool interactable)
|
||||
{
|
||||
if (_categoryToRowIndex != null && _categoryToRowIndex.TryGetValue(category, out int index))
|
||||
categoryRows[index].SetInteractable(interactable);
|
||||
}
|
||||
|
||||
public void UpdateTotalDisplay(int totalScore)
|
||||
{
|
||||
totalScoreText.text = totalScore.ToString();
|
||||
|
||||
Reference in New Issue
Block a user