11 lines
140 B
C#
11 lines
140 B
C#
using MemoryPack;
|
|
|
|
namespace BITKit.Net.Examples
|
|
{
|
|
[MemoryPackable]
|
|
public partial struct NetClientPingCommand
|
|
{
|
|
public int Ping;
|
|
}
|
|
}
|