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