Class PropStoreRecord.BoughtProps

java.lang.Object
com.deco2800.game.files.PropStoreRecord.BoughtProps
Enclosing class:
PropStoreRecord

public static class PropStoreRecord.BoughtProps
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String id  
    java.util.Map<java.lang.Integer,​PropItemConfig> items  
  • Constructor Summary

    Constructors 
    Constructor Description
    BoughtProps()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • id

      public java.lang.String id
    • items

      public java.util.Map<java.lang.Integer,​PropItemConfig> items
  • Constructor Details