using System; using BITKit; namespace Net.BITKit.Teleport { public class ENetCommon { public static readonly byte[] Heartbeat = {(byte)NetCommandType.Heartbeat}; } }