Console client: Support for additional network packets. Preparing game.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user