public abstract double GetHitChance(int range = 0, ReRollType reRollType = ReRollType.None);
Exemple #2
0
 public override double GetHitChance(int range = 0, ReRollType reRollType = ReRollType.None)
 {
     throw new System.NotImplementedException();
 }