Exemple #1
0
 public static void DecreaseCap(this Skill skill, double value)
 {
     skill.SetCap(skill.Cap - value);
 }