using MemoryPack;
namespace BITKit.Net.Examples
{
[MemoryPackable]
public partial struct NetClientAllocateIdCommand
public int Id;
public string Ip;
}