点击或拖拽改变大小

EventHelperSetItemCurrDurability 方法

设置指定物品当前耐久

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void SetItemCurrDurability(
	ItemKey itemKey,
	short durability
)

参数

itemKey  ItemKey
物品Key
durability  Int16
当前耐久
参见