HaoYueTunnel/ClientCore/Enum/CommEnum.cs

17 lines
256 B
C#
Raw Normal View History

2023-06-15 15:45:58 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClientCore.Enum
{
public enum ServerType
{
MainServer,
TcpTunnelServer,
TcpP2PTarget
}
}