|
group2 0.1.0
CSE 125 Group 2
|
Full lobby snapshot sent to a client upon joining. More...
#include <LobbyStatus.hpp>
Public Attributes | |
| uint32_t | count |
| Number of players currently in the lobby. | |
| std::vector< LobbyPlayer > | players |
| Ordered list of all connected players. | |
Full lobby snapshot sent to a client upon joining.
| uint32_t LobbyState::count |
Number of players currently in the lobby.
| std::vector<LobbyPlayer> LobbyState::players |
Ordered list of all connected players.