remove: Server.Country

This commit is contained in:
ChsBuffer
2020-10-04 03:51:39 +08:00
parent 9fbac446e3
commit 6f9e364444

View File

@@ -41,11 +41,6 @@ namespace Netch.Models
/// </summary>
public int Delay = -1;
/// <summary>
/// 地区
/// </summary>
public string Country;
public bool IsSocks5() => Type == "Socks5";
/// <summary>