DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

35004e352aee011d37ab60df4939352463ffea17 — skye 1 year, 5 months ago 9feb0fb
feat(clint): add seed field to action
1 files changed, 1 insertions(+), 0 deletions(-)

M client/src/api/game/mod.rs
M client/src/api/game/mod.rs => client/src/api/game/mod.rs +1 -0
@@ 48,6 48,7 @@ pub struct Action {
    pub invoker: String,
    pub target: String,
    pub command: Command,
    pub seed: u64,
}

#[derive(Debug, Deserialize_repr, Clone, PartialEq)]