Files
BITFALL/Assets/BITKit/Core/Net/Commands/NetClientAllocateIdCommand.cs
CortexCore 45913c6b3e 1
2023-08-23 01:59:40 +08:00

10 lines
120 B
C#

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