Registers a settings value with the UserProjectSettings and assigns it to the decorated field.
The name of the field, together with the class name, will be used as the key to store the value.
The static value of the field will be used as the default value.
The target of the decorator must be a static field of type that is specified for the settings value.
The field must be a primitive type, such as Number, String, Boolean, or BigInt.
Registers a settings value with the UserProjectSettings and assigns it to the decorated field. The name of the field, together with the class name, will be used as the key to store the value. The static value of the field will be used as the default value.