mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 05:14:46 +01:00
Init enter game
This commit is contained in:
8
KcpSharp/Base/KcpSendReceiveBufferItem.cs
Normal file
8
KcpSharp/Base/KcpSendReceiveBufferItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace KianaBH.KcpSharp.Base;
|
||||
|
||||
internal struct KcpSendReceiveBufferItem
|
||||
{
|
||||
public KcpBuffer Data;
|
||||
public KcpPacketHeader Segment;
|
||||
public KcpSendSegmentStats Stats;
|
||||
}
|
||||
Reference in New Issue
Block a user