Class PlayerProfileConfig
java.lang.Object
com.deco2800.game.entities.configs.PlayerProfileConfig
This class defines a list of player stats representing each game user plays, stored in
 the player profile configs (configs/playerStatsInfo.json)
 The file is loaded in the component PlayerProfileDisplay (components/player/PlayerProfileDisplay.java).
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
playerStats
 
 - 
 - 
Constructor Details
- 
PlayerProfileConfig
public PlayerProfileConfig() 
 -