Exemple #1
0
 public override bool UseRanged(RangedAttackContext context)
 {
     throw new System.NotImplementedException();
 }
Exemple #2
0
 /// Try using a ranged attack, return true if successful
 public abstract bool UseRanged(RangedAttackContext context);