mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-09 19:57:33 -08:00
Add player input routines
This commit is contained in:
@@ -19,7 +19,7 @@ internal class Game
|
||||
|
||||
if (SetUpReign() is Reign reign)
|
||||
{
|
||||
_io.Write(reign);
|
||||
reign.PlayYear();
|
||||
}
|
||||
|
||||
_io.WriteLine();
|
||||
|
||||
Reference in New Issue
Block a user