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