コード例 #1
0
 private bool ShouldEnemyHeal()
 {
     return(BattleEnemy.HealthComponent.CurrentHealthPercent < 40 && RandomHelpers.PercentTrue(30));
 }