mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-02 21:32:03 +03:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace ServiceLib.Models;
|
|
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
}
|