Console client: Now able to join game, and (passively) start game. Cannot play yet, though ;-).

This commit is contained in:
lotodore
2008-12-21 17:38:59 +00:00
parent 73778494b7
commit 0ce85c0077
16 changed files with 340 additions and 29 deletions
+5
View File
@@ -43,6 +43,11 @@ namespace pokerth_console
{
}
public override void Accept(INetPacketVisitor visitor)
{
visitor.VisitJoinGame(this);
}
public override byte[] ToByteArray()
{
MemoryStream memStream = new MemoryStream();