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