BITKit/Packages/Runtime~/Core/kcp2k/kcp/AckItem.cs

9 lines
129 B
C#
Raw Normal View History

2023-06-29 14:57:11 +08:00
namespace kcp2k
{
internal struct AckItem
{
internal uint serialNumber;
internal uint timestamp;
}
}