Example #1
0
 public int Modify(IAttrSource target, int startValue)
 {
     return startValue + GetAmount(target);
 }
Example #2
0
 public int Modify(IAttrSource target, int startValue)
 {
     return To;
 }