public void ApplyChange(FloatVal amount) { Value += amount.Value; }
public void SetValue(FloatVal value) { Value = value.Value; }