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

13 lines
165 B
C#

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