class UserObjectSettingCurve < UserObjectSetting
    attr_accessor :curve

    def to_yaml_properties
        super + ['@curve']