SettingPropertyAttribute
Namespace: JoaLauncher.Api.Attributes
[AttributeUsage(AttributeTargets.Property)]
public class SettingPropertyAttribute : Attribute
Properties
public string Name { get; set; }
Type: System.String
public string Description { get; set; }
Type: System.String