|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <event.hpp>
Public Types | |
| enum class | Action { Ready , StartGame } |
Public Member Functions | |
| LobbyActionEvent () | |
| LobbyActionEvent (Action action, PlayerRole role) | |
| DEF_SERIALIZE (Archive &ar, const unsigned int version) | |
Data Fields | |
| Action | action |
| PlayerRole | role |
Event representing an action a player can take during the Lobby GUI screen. (Only handle this event in the server while the game phase is set to GamePhase::LOBBY)
|
strong |
|
inline |
|
inlineexplicit |
|
inline |
| Action LobbyActionEvent::action |
| PlayerRole LobbyActionEvent::role |