diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index 7aa1ec1..ec12793 100644 --- a/crates/border-wars/src/lib.rs +++ b/crates/border-wars/src/lib.rs @@ -10,8 +10,10 @@ pub enum GameState { /// When we are in the main menu. #[default] Menu, + /// When we are in the lobby waiting for players. Lobby, + /// When we play this wonderful game. Game, }