Package-level declarations

Types

Link copied to clipboard
class ShopCategoryGui(moneyService: MoneyService, category: ShopCategory, parentGui: ShopMainGui)

カテゴリー別アイテム一覧GUI

Link copied to clipboard
class ShopMainGui(moneyService: MoneyService)

ショップメインGUI - カテゴリー選択画面

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

検索結果表示GUI

Link copied to clipboard

ショップ検索の入力待機状態を管理するシングルトン