Files
Net.Like.Xue.Tokyo/Assets/BITKit/Core/Net/Commands/NetClientAllocateIdCommand.cs
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

13 lines
165 B
C#

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