Files
BITKit/Packages/Runtime~/Core/Net/Commands/NetClientAllocateIdCommand.cs
CortexCore a71288cf2d Many thing
2023-08-23 01:59:26 +08:00

10 lines
120 B
C#

namespace BITKit.Net.Examples
{
public struct NetClientAllocateIdCommand
{
public int Id;
public string Ip;
}
}