![]() |
Liberi
An exergame built for kids with CP!
|
Stores data related to the player profile. Loads from a World Data file and provides runtime operations for updating a player's data. More...
Public Member Functions | |
delegate void | StylesUpdateHandler (string avatarType, string slotType) |
PlayerProfile (string playerId, UJeli jeli) | |
override string | ToString () |
PlayerCharacterProfile | GetCharacter (string avatarId) |
Public Attributes | |
string | PlayerID |
PlayerBasicProfile | Basic |
PlayerLocationProfile | Location |
PlayerHealthProfile | Health |
UJeli | Inventory |
UJeli | Styles |
Dictionary< string, PlayerCharacterProfile > | Characters = new Dictionary<string, PlayerCharacterProfile>() |
Dictionary< string, PlayerDailyStatistics > | DailyStatistics = new Dictionary<string, PlayerDailyStatistics>() |
Properties | |
PlayerDailyStatistics | TotalDailyStatistics [get] |
Events | |
StylesUpdateHandler | StylesUpdated = delegate { } |
Stores data related to the player profile. Loads from a World Data file and provides runtime operations for updating a player's data.
Definition at line 19 of file PlayerProfile.cs.