[Add] Game Loop Playable
This commit is contained in:
@@ -39,6 +39,11 @@ namespace YachtDice.UI.Presentation
|
||||
_view.SetRunInfoText(text);
|
||||
}
|
||||
|
||||
public void SetRunHud(string phase, int bet, int stage, int stageCount, int target, int quota, int storedRolls)
|
||||
{
|
||||
_view.SetRunHud(phase, bet, stage, stageCount, target, quota, storedRolls);
|
||||
}
|
||||
|
||||
public void SetCurrencyText(int amount)
|
||||
{
|
||||
_view.SetCurrencyText(amount);
|
||||
|
||||
Reference in New Issue
Block a user