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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • game

      public int game
      Number of games that have been played by the user
  • Constructor Details