Files
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

11 lines
140 B
C#

using MemoryPack;
namespace BITKit.Net.Examples
{
[MemoryPackable]
public partial struct NetClientPingCommand
{
public int Ping;
}
}