RangeAttribute
Namespace: JoaLauncher.Api.Attributes
[AttributeUsage(AttributeTargets.Property)]
public class RangeAttribute : Attribute
Properties
public int From { get; set; }
Type: System.Int32
public int To { get; set; }
Type: System.Int32