Class PlayerProfileProperties
java.lang.Object
com.deco2800.game.entities.configs.PlayerProfileProperties
This class defines the properties of each element of list in PlayerProfileConfig.
 The properties are stored for each game user plays, in configs/playerStatsInfo.json.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
timeRemaining
public int timeRemaining - 
result
public int result - 
attempt
public int attempt 
 - 
 - 
Constructor Details
- 
PlayerProfileProperties
public PlayerProfileProperties() 
 -