BITFALL/Assets/BITKit/Core/kcp2k/kcp/AckItem.cs

9 lines
129 B
C#
Raw Normal View History

2023-08-12 01:43:24 +08:00
namespace kcp2k
{
internal struct AckItem
{
internal uint serialNumber;
internal uint timestamp;
}
}