pub type PlayerData = Model;Aliased Type§
pub struct PlayerData {
pub id: u32,
pub player_id: u32,
pub key: String,
pub value: String,
}Fields§
§id: u32Unique Identifier for the player data
player_id: u32Unique Identifier of the player this data belongs to
key: StringThe key for this player data
value: StringThe value for this player data