Ejemplo n.º 1
0
 /// <summary>
 /// Determines whether this instance is speecial attack applicable the specified acceptedAttackType.
 /// </summary>
 public bool IsSpeecialAttackApplicable(PredatorPlayerSpecialAttackType specialAttackType)
 {
     return this.ApplicablePredatorPlayerSpecialAttackTypes.Contains(specialAttackType);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Determines whether this instance is speecial attack applicable the specified acceptedAttackType.
 /// </summary>
 public bool IsSpeecialAttackApplicable(PredatorPlayerSpecialAttackType specialAttackType)
 {
     return(this.ApplicablePredatorPlayerSpecialAttackTypes.Contains(specialAttackType));
 }