mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 05:44:34 +01:00
Init enter game
This commit is contained in:
13
KcpSharp/Base/KcpGlobalVars.cs
Normal file
13
KcpSharp/Base/KcpGlobalVars.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace KianaBH.KcpSharp.Base;
|
||||
|
||||
internal static class KcpGlobalVars
|
||||
{
|
||||
#if !CONVID32
|
||||
public const ushort CONVID_LENGTH = 8;
|
||||
public const ushort HEADER_LENGTH_WITH_CONVID = 28;
|
||||
public const ushort HEADER_LENGTH_WITHOUT_CONVID = 20;
|
||||
#else
|
||||
public const ushort HEADER_LENGTH_WITH_CONVID = 24;
|
||||
public const ushort HEADER_LENGTH_WITHOUT_CONVID = 20;
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user