mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-14 07:19:44 +05:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
public bool IsActive { get; set; }
|
|
}
|
|
} |