Playerids added
This commit is contained in:
parent
9ac42f82e6
commit
2fc2540321
|
@ -18,3 +18,7 @@ impl From<Player> for PlayerMetadata {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, PartialOrd, Ord, Default)]
|
||||
pub struct PlayerIds {
|
||||
pub ids: Vec<u32>
|
||||
}
|
Loading…
Reference in New Issue