Class PlayerProfileProperties

java.lang.Object
com.deco2800.game.entities.configs.PlayerProfileProperties

public class PlayerProfileProperties extends Object
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 Details

    • timeRemaining

      public int timeRemaining
    • result

      public int result
    • attempt

      public int attempt
  • Constructor Details

    • PlayerProfileProperties

      public PlayerProfileProperties()