Skip to content

Commit

Permalink
change TimeOver
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 19, 2024
1 parent cc083e1 commit baaea0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub enum GameStatus {
Active,
// Ended,
// TimeOver,
Ended,
TimeOver,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
Expand Down

0 comments on commit baaea0f

Please sign in to comment.