Class ShopTable

java.lang.Object
emu.grasscutter.game.shop.ShopTable

public class ShopTable extends Object
  • Constructor Details

    • ShopTable

      public ShopTable()
  • Method Details

    • getShopId

      public int getShopId()
    • setShopId

      public void setShopId(int shopId)
    • getItems

      public List<ShopInfo> getItems()
    • setItems

      public void setItems(List<ShopInfo> items)