Files
BITFALL/Assets/BITKit/Core/Net/Commands/NetClientPing.cs
CortexCore 45913c6b3e 1
2023-08-23 01:59:40 +08:00

8 lines
95 B
C#

namespace BITKit.Net.Examples
{
public struct NetClientPingCommand
{
public int Ping;
}
}