点击或拖拽改变大小

ItemKey 构造函数

物品的索引

命名空间: GameData.Domains.Item
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public ItemKey(
	sbyte itemType,
	byte modificationState,
	short templateId,
	int id
)

参数

itemType  SByte
modificationState  Byte
templateId  Int16
id  Int32
参见