mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-10 13:30:21 +05:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace ServiceLib.Models;
|
|
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
}
|