From 6f9e36444432aec4a3aa199129c0ed7998e60fcf Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 4 Oct 2020 03:51:39 +0800 Subject: [PATCH] remove: Server.Country --- Netch/Models/Server.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Netch/Models/Server.cs b/Netch/Models/Server.cs index 4b29fee5..ce6f75cb 100644 --- a/Netch/Models/Server.cs +++ b/Netch/Models/Server.cs @@ -41,11 +41,6 @@ namespace Netch.Models /// public int Delay = -1; - /// - /// 地区 - /// - public string Country; - public bool IsSocks5() => Type == "Socks5"; ///