Class PlayerRecord

java.lang.Object
group24.escaperoom.data.PlayerRecord

public class PlayerRecord extends Object
A permanent record for a given player that records global statistics
  • Field Details

    • attempts

      public int attempts
    • clears

      public int clears
    • username

      public String username
    • clearList

      public com.badlogic.gdx.utils.Array<String> clearList
  • Constructor Details

    • PlayerRecord

      public PlayerRecord()
  • Method Details