|
R-Type
Distributed multiplayer game engine in C++
|
Information about a room. More...
#include <IRoom.hpp>

Public Attributes | |
| std::string | id |
| std::string | name |
| RoomState | state |
| size_t | currentPlayers |
| size_t | maxPlayers |
| bool | isPrivate |
| std::string | hostPlayerId |