Liberi
An exergame built for kids with CP!
PlayerProfile Class Reference

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, PlayerCharacterProfileCharacters = new Dictionary<string, PlayerCharacterProfile>()
 
Dictionary< string, PlayerDailyStatisticsDailyStatistics = new Dictionary<string, PlayerDailyStatistics>()
 

Properties

PlayerDailyStatistics TotalDailyStatistics [get]
 

Events

StylesUpdateHandler StylesUpdated = delegate { }
 

Detailed Description

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.


The documentation for this class was generated from the following file: