예제 #1
0
 public void ApplyChange(FloatVariable amount)
 {
     Value += amount.Value;
 }