From 90cdfb5dcba142bc2aafd0f0327f2bbb39601838 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sun, 31 Mar 2024 00:18:56 +0100 Subject: [PATCH] save --- crates/border-wars/src/networking/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/networking/mod.rs b/crates/border-wars/src/networking/mod.rs index 3b2892a..9b31654 100644 --- a/crates/border-wars/src/networking/mod.rs +++ b/crates/border-wars/src/networking/mod.rs @@ -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);