mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
9 lines
135 B
C#
9 lines
135 B
C#
namespace EggLink.DanhengServer.Kcp.KcpSharp;
|
|
|
|
[Flags]
|
|
internal enum KcpProbeType
|
|
{
|
|
None = 0,
|
|
AskSend = 1,
|
|
AskTell = 2
|
|
} |