Console client: Now able to join game, and (passively) start game. Cannot play yet, though ;-).
This commit is contained in:
@@ -49,6 +49,8 @@ namespace pokerth_console
|
||||
{
|
||||
foreach (KeyValuePair<uint, GameInfo> i in m_list)
|
||||
{
|
||||
outString += i.Key;
|
||||
outString += " ";
|
||||
outString += i.Value.Name;
|
||||
outString += '\n';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user