Class AbstractPlayerStore.BoughtItem

java.lang.Object
server.shops.AbstractPlayerStore.BoughtItem
Enclosing class:
AbstractPlayerStore

public static final class AbstractPlayerStore.BoughtItem extends Object
  • Field Details

    • id

      public int id
    • quantity

      public int quantity
    • totalPrice

      public int totalPrice
    • buyer

      public String buyer
  • Constructor Details

    • BoughtItem

      public BoughtItem(int id, int quantity, int totalPrice, String buyer)