10 lines
120 B
C#
10 lines
120 B
C#
namespace BITKit.Net.Examples
|
|
{
|
|
public struct NetClientAllocateIdCommand
|
|
{
|
|
public int Id;
|
|
public string Ip;
|
|
}
|
|
}
|
|
|