Console client: Support for additional network packets. Preparing game.

This commit is contained in:
lotodore
2008-12-22 23:03:15 +00:00
parent 16ac9b161e
commit ea2a1288be
25 changed files with 802 additions and 74 deletions
+2
View File
@@ -35,6 +35,7 @@ namespace pokerth_console
{
get
{
// No lock because only read access.
return m_id;
}
}
@@ -43,6 +44,7 @@ namespace pokerth_console
{
get
{
// No lock because only read access.
return m_name;
}
}