Playerids added

This commit is contained in:
Franklin 2023-01-24 18:57:07 -04:00
parent 9ac42f82e6
commit 2fc2540321
1 changed files with 4 additions and 0 deletions

View File

@ -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>
}