Added missing bit of UI.

Fixed final bugs.
This commit is contained in:
rbamforth
2021-04-18 22:28:22 +01:00
parent c2bca5f195
commit 5c447bac87
3 changed files with 48 additions and 14 deletions

View File

@@ -44,6 +44,8 @@ namespace Craps
ui.ShowResult(result, diceRoll, bet);
} while (ui.PlayAgain(winnings));
ui.GoodBye(winnings);
}
}
}