Start game from the lobby by the admin #86

Merged
raphael merged 8 commits from start-game into main 2024-03-31 13:47:28 +00:00
Showing only changes of commit 90cdfb5dcb - Show all commits

View file

@ -38,7 +38,7 @@ pub enum PlayerRank {
Player, Player,
} }
/// The event to start the game send by the admin. /// The event to start the game, that is send by the admin.
#[derive(Event, Serialize, Deserialize)] #[derive(Event, Serialize, Deserialize)]
pub struct StartGame(pub StartMapGeneration); pub struct StartGame(pub StartMapGeneration);