コード例 #1
0
 public bool Satisfied()
 {
     return(_target != null && _target.AuraExists(_aura.Id, true) &&
            _target.AuraRemainingTime(_aura.Id, true) < _maxRemaingTime);
 }