HaoYueTunnel/ServerCore/Common/Enum/CommEnum.cs

15 lines
240 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 ServerCore.Common.Enum
{
public enum ServerType
{
MainServer,
TcpTunnelServer
}
}