mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 05:14:46 +01:00
9 lines
143 B
C#
9 lines
143 B
C#
namespace KianaBH.KcpSharp.Base;
|
|
|
|
internal enum KcpCommand : byte
|
|
{
|
|
Push = 81,
|
|
Ack = 82,
|
|
WindowProbe = 83,
|
|
WindowSize = 84
|
|
} |