Add player input routines

This commit is contained in:
Andrew Cooper
2022-11-01 17:47:28 +11:00
parent da0f2d13ab
commit d4c5fb1df7
21 changed files with 201 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ internal class Game
if (SetUpReign() is Reign reign)
{
_io.Write(reign);
reign.PlayYear();
}
_io.WriteLine();