Package com.csse3200.game.gamestate.data
Class AchievementSave
java.lang.Object
com.csse3200.game.gamestate.data.AchievementSave
- All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
achievementList
-
-
Constructor Details
-
AchievementSave
public AchievementSave()
-
-
Method Details
-
write
public void write(com.badlogic.gdx.utils.Json json) - Specified by:
write
in interfacecom.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 interfacecom.badlogic.gdx.utils.Json.Serializable
-