点击或拖拽改变大小

EventHelperGetCharacterEatingItems 方法

获取传入角色的服食数据

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static List<(ItemKey , short , bool )> GetCharacterEatingItems(
	Character character
)

参数

character  Character

返回值

ListValueTupleItemKey, Int16, Boolean
服食列表(服食物品的ItemKey,服食持续的剩余时节,是否是蛊毒)
参见