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
@@ -66,6 +66,11 @@ namespace pokerth_console
Encoding.UTF8.GetString(tmpName));
}
public override void Accept(INetPacketVisitor visitor)
{
visitor.VisitPlayerInfo(this);
}
public override byte[] ToByteArray()
{
throw new NotImplementedException();