Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty authored Sep 20, 2024
2 parents cedb251 + 6890b99 commit 95f8488
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ use schemars::JsonSchema;
use serde::{Deserialize, Serialize};



use cosmwasm_std::Addr;
use cw_storage_plus::{Item, Map};
use cw_storage_plus::{Item, Map};


// use cosmwasm_std::Addr;

use cw_storage_plus::{Item, Map};

// use cw_storage_plus::{Item, Map};


#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub enum GameStatus {
Active,
Expand Down

0 comments on commit 95f8488

Please sign in to comment.