implement spectator count view in primary game

This commit is contained in:
Martin Michelsen
2022-12-12 21:55:11 -08:00
parent 391a70f68d
commit 0d7f69eb66
6 changed files with 82 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "Episode3/BattleRecord.hh"
#include "Episode3/Server.hh"
struct Lobby {
struct Lobby : public std::enable_shared_from_this<Lobby> {
enum Flag {
GAME = 0x00000001,
EPISODE_3_ONLY = 0x00000002,