Example #1
0
 public void AppendAddModifier(IntNumericModifier modifier)
 {
     add = AddCollection.AppendModifier(modifier);
     Update();
 }