Options
All
  • Public
  • Public/Protected
  • All
Menu

Module main_menus/ShopMenu

Index

Enumerations

Classes

Type Aliases

Type Aliases

Shop: { dialog_key: string; item_list: ShopItem[]; key_name: string; shop_type: shop_types }

Type declaration

ShopItem: { global_artifact?: boolean; key_name: string; quantity: number }

Type declaration

  • Optional global_artifact?: boolean
  • key_name: string
  • quantity: number

Generated using TypeDoc