save
All checks were successful
Rust Checks / checks (push) Successful in 2m9s
Rust Checks / checks (pull_request) Successful in 2m27s

This commit is contained in:
CoCo_Sol 2024-03-31 00:18:56 +01:00
parent c090fabbd5
commit 90cdfb5dcb

View file

@ -38,7 +38,7 @@ pub enum PlayerRank {
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)]
pub struct StartGame(pub StartMapGeneration);