Package com.deco2800.game.files.meta
Class GameInfo.GameMetadata
java.lang.Object
com.deco2800.game.files.meta.GameInfo.GameMetadata
- Enclosing class:
- GameInfo
public static class GameInfo.GameMetadata
extends java.lang.Object
Represents the game metadata
-
Field Summary
Fields Modifier and Type Field Description int
game
Number of games that have been played by the user -
Constructor Summary
Constructors Constructor Description GameMetadata()
-
Method Summary
-
Field Details
-
game
public int gameNumber of games that have been played by the user
-
-
Constructor Details
-
GameMetadata
public GameMetadata()
-