Class GameChapters.Chapter

java.lang.Object
com.deco2800.game.files.stats.GameChapters.Chapter
Enclosing class:
GameChapters

public static class GameChapters.Chapter
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String content  
    int id  
    boolean unlocked  
  • Constructor Summary

    Constructors 
    Constructor Description
    Chapter()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • id

      public int id
    • content

      public java.lang.String content
    • unlocked

      public boolean unlocked
  • Constructor Details