Class AchievementSave

java.lang.Object
com.csse3200.game.gamestate.data.AchievementSave
All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable

public class AchievementSave extends Object implements com.badlogic.gdx.utils.Json.Serializable
  • Field Details

  • Constructor Details

    • AchievementSave

      public AchievementSave()
  • Method Details

    • write

      public void write(com.badlogic.gdx.utils.Json json)
      Specified by:
      write in interface com.badlogic.gdx.utils.Json.Serializable
    • read

      public void read(com.badlogic.gdx.utils.Json json, com.badlogic.gdx.utils.JsonValue jsonData)
      Specified by:
      read in interface com.badlogic.gdx.utils.Json.Serializable