mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix build
This commit is contained in:
parent
574596b4e0
commit
1909950409
7 changed files with 83 additions and 83 deletions
|
@ -11,6 +11,7 @@ namespace HISP.Server
|
|||
{
|
||||
public class PacketBuilder
|
||||
{
|
||||
public const int PACKET_CLIENT_TERMINATOR_LENGTH = 1;
|
||||
public const byte PACKET_CLIENT_TERMINATOR = 0x0A;
|
||||
|
||||
public const byte PACKET_LOGIN = 0x7F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue