UNPKG

@ginstone/nga-api

Version:

11 lines (10 loc) 203 B
export declare enum ItemUseType { /** * 使用库存中的道具 */ USE_INVENTORY = "use", /** * 从商店购买一个道具并使用 */ BUY_AND_USE = "buy_and_use" }