Net.Like.Xue.Tokyo/Assets/BITKit/Core/Net/Commands/NetClientPing.cs

11 lines
140 B
C#
Raw Normal View History

2025-02-24 23:03:39 +08:00
using MemoryPack;
2024-11-03 16:42:23 +08:00
namespace BITKit.Net.Examples
{
2025-02-24 23:03:39 +08:00
[MemoryPackable]
public partial struct NetClientPingCommand
2024-11-03 16:42:23 +08:00
{
public int Ping;
}
}