点击或拖拽改变大小

EventHelperAddItemToWareHouse 方法

向太吾仓库添加指定数量的物品

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static ItemKey AddItemToWareHouse(
	sbyte itemType,
	short templateId,
	int amount
)

参数

itemType  SByte
物品类型
templateId  Int16
物品id
amount  Int32
物品数量

返回值

ItemKey
参见