Files
BITKit/Src/Core/Net/Commands/NetClientPing.cs
2025-01-24 10:36:58 +08:00

11 lines
140 B
C#

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