v2rayN/v2rayMiniConsole/ProtosLib/Tests.cs
2024-07-20 16:54:25 +08:00

13 lines
No EOL
191 B
C#

using ProtosLib.Statistics;
namespace ProtosLib
{
public class Tests
{
private StatsService.StatsServiceClient client_;
public Tests()
{
}
}
}