mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
9 lines
156 B
C#
9 lines
156 B
C#
namespace EggLink.DanhengServer.Kcp.KcpSharp;
|
|
|
|
internal enum KcpCommand : byte
|
|
{
|
|
Push = 81,
|
|
Ack = 82,
|
|
WindowProbe = 83,
|
|
WindowSize = 84
|
|
} |