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

13 lines
165 B
C#
Raw Normal View History

2025-02-24 23:03:39 +08:00
using MemoryPack;
2024-11-03 16:42:23 +08:00
namespace BITKit.Net.Examples
{
2025-02-24 23:03:39 +08:00
[MemoryPackable]
public partial struct NetClientAllocateIdCommand
2024-11-03 16:42:23 +08:00
{
public int Id;
public string Ip;
}
}