mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-25 20:20:13 +05:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace ServiceLib.Models;
|
|
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
public bool IsActive { get; set; }
|
|
}
|