PlayerData

Type Alias PlayerData 

Source
pub type PlayerData = Model;

Aliased Type§

pub struct PlayerData {
    pub id: u32,
    pub player_id: u32,
    pub key: String,
    pub value: String,
}

Fields§

§id: u32

Unique Identifier for the player data

§player_id: u32

Unique Identifier of the player this data belongs to

§key: String

The key for this player data

§value: String

The value for this player data