Net.BITKit.Teleport/Src/ENetCommon.cs

10 lines
186 B
C#
Raw Normal View History

2025-07-05 17:19:53 +08:00
using System;
using BITKit;
namespace Net.BITKit.Teleport
{
public class ENetCommon
{
public static readonly byte[] Heartbeat = {(byte)NetCommandType.Heartbeat};
}
}