mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 21:34:43 +01:00
Init enter game
This commit is contained in:
9
KcpSharp/Base/KcpCommand.cs
Normal file
9
KcpSharp/Base/KcpCommand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace KianaBH.KcpSharp.Base;
|
||||
|
||||
internal enum KcpCommand : byte
|
||||
{
|
||||
Push = 81,
|
||||
Ack = 82,
|
||||
WindowProbe = 83,
|
||||
WindowSize = 84
|
||||
}
|
||||
Reference in New Issue
Block a user