EventHelperChangePrisonerResistance 方法 |
修改一个俘虏的抵抗值
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void ChangePrisonerResistance(
int prisonerCharId,
sbyte delta
)
参数
- prisonerCharId Int32
- 要修改抵抗值的俘虏角色id
- delta SByte
- 抵抗值变化量
参见