[Add] GameLoop base
This commit is contained in:
@@ -34,11 +34,21 @@ namespace YachtDice.UI.Presentation
|
||||
_view.SetTurnText(turn, maxTurns);
|
||||
}
|
||||
|
||||
public void SetRunInfoText(string text)
|
||||
{
|
||||
_view.SetRunInfoText(text);
|
||||
}
|
||||
|
||||
public void SetCurrencyText(int amount)
|
||||
{
|
||||
_view.SetCurrencyText(amount);
|
||||
}
|
||||
|
||||
public void SetShopButtonInteractable(bool interactable)
|
||||
{
|
||||
_view.SetShopButtonInteractable(interactable);
|
||||
}
|
||||
|
||||
public void ShowGameOver(int finalScore)
|
||||
{
|
||||
_view.ShowGameOver(finalScore);
|
||||
|
||||
Reference in New Issue
Block a user