usize
This commit is contained in:
parent
08e48d983e
commit
4a28ecd3fc
@ -656,7 +656,7 @@ struct VboxCombineMsg {
|
||||
#[derive(Debug,Clone,Serialize,Deserialize)]
|
||||
pub struct VboxCombineParams {
|
||||
pub game_id: Uuid,
|
||||
pub indices: Vec<u8>,
|
||||
pub indices: Vec<usize>,
|
||||
}
|
||||
|
||||
// #[cfg(test)]
|
||||
|
||||
@ -21,6 +21,12 @@ pub enum Var {
|
||||
Red,
|
||||
Green,
|
||||
Blue,
|
||||
|
||||
Attack,
|
||||
Block,
|
||||
Stun,
|
||||
Buff,
|
||||
Debuff,
|
||||
}
|
||||
|
||||
#[derive(Debug,Clone,Serialize,Deserialize)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user