Add parts and messages

This commit is contained in:
Andrew Cooper
2022-07-11 08:46:42 +10:00
parent f35bbb0224
commit 6078da8c78
16 changed files with 249 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
using Bug.Resources;
using BugGame.Resources;
using Games.Common.IO;
using Games.Common.Randomness;
namespace BugGame;
internal class Game
{
private readonly IReadWrite _io;