Net.Like.Xue.Tokyo/Assets/BITKit/Core/Net/Commands/NetClientPing.cs

11 lines
140 B
C#

using MemoryPack;
namespace BITKit.Net.Examples
{
[MemoryPackable]
public partial struct NetClientPingCommand
{
public int Ping;
}
}