Refactor naming

This commit is contained in:
ChsBuffer
2021-06-28 02:22:51 +08:00
parent c0452552ec
commit 29b003bacd
34 changed files with 74 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
using Netch.Models;
using Netch.Servers.V2ray;
using Netch.Servers;
namespace Netch.Servers.Socks5
namespace Netch.Servers
{
public class S5Controller : V2rayController
{