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