feat: add player Names Throughout the Game UI
This commit is contained in:
@@ -12,7 +12,7 @@ enum {
|
||||
kSessionCapacity = kPlayerCapacity + kSpectatorCapacity,
|
||||
kCommandQueueCapacity = 16,
|
||||
kBotKnowledgeCellCount = kBoardCellCount,
|
||||
kStateMessageCapacity = 512,
|
||||
kStateMessageCapacity = 768,
|
||||
kRequestBodyCapacity = 192,
|
||||
kSessionTokenBytes = 16,
|
||||
kDisplayNameBytes = 80,
|
||||
|
||||
Reference in New Issue
Block a user