This commit is contained in:
2022-07-06 09:47:27 +10:00
parent 07835aa415
commit 4f2c4ec90a

View File

@@ -108,7 +108,7 @@ namespace StripJackNaked
Console.WriteLine("Player 1:"); Console.WriteLine("Player 1:");
ShowList(Players[1].Hand); ShowList(Players[1].Hand);
Console.WriteLine("Kitty"); Console.WriteLine("Kitty:");
ShowList(Kitty.Pile); ShowList(Kitty.Pile);
Console.WriteLine("---------------------"); Console.WriteLine("---------------------");