add a quit state for quitting the mud

master
rasul 5 years ago
parent c0695e30ec
commit acc6f26df5

@ -8,6 +8,9 @@ pub enum State {
/// Performing an action
Action,
/// Quitting the game
Quit,
}
/// Login state

Loading…
Cancel
Save