This commit is contained in:
CortexCore
2025-01-23 11:39:53 +08:00
parent 000a079985
commit 57e24939fb
7 changed files with 52 additions and 18 deletions

View File

@@ -1,6 +1,9 @@
using MemoryPack;
namespace BITKit.Net.Examples
{
public struct NetClientAllocateIdCommand
[MemoryPackable]
public partial struct NetClientAllocateIdCommand
{
public int Id;
public string Ip;