mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-18 23:54:49 +03:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
public bool IsActive { get; set; }
|
|
}
|
|
} |