v2rayN/v2rayN/ServiceLib/Models/RoutingTemplate.cs

9 lines
170 B
C#
Raw Normal View History

namespace ServiceLib.Models;
[Serializable]
public class RoutingTemplate
{
public string Version { get; set; }
public RoutingItem[] RoutingItems { get; set; }
}