Files
v2rayN/v2rayN/v2rayN/Model/RoutingItemModel.cs
2024-02-19 13:13:36 +03:30

8 lines
151 B
C#

namespace v2rayN.Model
{
[Serializable]
public class RoutingItemModel : RoutingItem
{
public bool isActive { get; set; }
}
}