mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 21:34:43 +01:00
8 lines
182 B
C#
8 lines
182 B
C#
namespace KianaBH.KcpSharp.Base;
|
|
|
|
internal struct KcpSendReceiveBufferItem
|
|
{
|
|
public KcpBuffer Data;
|
|
public KcpPacketHeader Segment;
|
|
public KcpSendSegmentStats Stats;
|
|
} |