Skip to content

Commit

Permalink
Update runtime.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
loomstyla committed Nov 23, 2023
1 parent 1d16648 commit 081ed68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,11 @@ impl Block {
#[derive(Debug, Default, Serialize, Deserialize, PartialEq, Clone)]
pub struct Runtime {
pub database: Database,
#[serde(skip)]
pub game_state: GameState,
#[serde(skip)]
rng: Option<Pcg32>,
seed: u64,
pub current_locale: LanguageId,
#[serde(skip)]
pub history: Vec<GameState>,
}

Expand Down

0 comments on commit 081ed68

Please sign in to comment.