mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-13 23:10:05 +05:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingTemplate
|
|
{
|
|
public string Version { get; set; }
|
|
public RoutingItem[] RoutingItems { get; set; }
|
|
}
|
|
} |