add game duration to info window

This commit is contained in:
Martin Michelsen
2026-03-19 10:37:39 -07:00
parent 6a23e5da0a
commit 55be92a56f
7 changed files with 33 additions and 7 deletions
+2
View File
@@ -91,6 +91,8 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
std::weak_ptr<ServerState> server_state;
phosg::PrefixedLogger log;
uint64_t creation_time;
uint32_t lobby_id;
uint32_t min_level = 0;