ShopSearchGui

class ShopSearchGui(moneyService: MoneyService, query: String, results: List<ShopItem>, parentGui: ShopMainGui)

検索結果表示GUI

Constructors

Link copied to clipboard
constructor(moneyService: MoneyService, query: String, results: List<ShopItem>, parentGui: ShopMainGui)

Functions

Link copied to clipboard
fun open(player: Player): GuiResult<Unit>

検索結果一覧を開く