예제 #1
0
 public void AddAddModifier(FloatModifier modifier)
 {
     add = AddCollection.AddModifier(modifier);
     Update();
 }