diff --git a/src/state.rs b/src/state.rs index a689de3..d6036d3 100644 --- a/src/state.rs +++ b/src/state.rs @@ -8,6 +8,9 @@ pub enum State { /// Performing an action Action, + + /// Quitting the game + Quit, } /// Login state