コード例 #1
0
ファイル: AIO Func.cs プロジェクト: kga321/TeamProjects
 internal static bool isKillable(Obj_AI_Base target, Spell spell, int stage = 0)
 {
     return target.Health + (target.HPRegenRate / 2) <= spell.GetDamage2(target, stage);
 }