Console client: Now able to join game, and (passively) start game. Cannot play yet, though ;-).
This commit is contained in:
@@ -43,6 +43,11 @@ namespace pokerth_console
|
||||
{
|
||||
}
|
||||
|
||||
public override void Accept(INetPacketVisitor visitor)
|
||||
{
|
||||
visitor.VisitJoinGame(this);
|
||||
}
|
||||
|
||||
public override byte[] ToByteArray()
|
||||
{
|
||||
MemoryStream memStream = new MemoryStream();
|
||||
|
||||
Reference in New Issue
Block a user