10 lines
186 B
C#
10 lines
186 B
C#
|
using System;
|
||
|
using BITKit;
|
||
|
|
||
|
namespace Net.BITKit.Teleport
|
||
|
{
|
||
|
public class ENetCommon
|
||
|
{
|
||
|
public static readonly byte[] Heartbeat = {(byte)NetCommandType.Heartbeat};
|
||
|
}
|
||
|
}
|