World <-> Login connection reworked

This commit is contained in:
KimLS
2016-10-28 19:02:03 -07:00
parent fab8765c2f
commit 0b8b41d91f
32 changed files with 729 additions and 701 deletions
+3
View File
@@ -1,5 +1,7 @@
#pragma once
#include "../servertalk.h"
namespace EQ
{
namespace Net
@@ -9,6 +11,7 @@ namespace EQ
ServertalkClientHello = 1,
ServertalkServerHello,
ServertalkClientHandshake,
ServertalkClientDowngradeSecurityHandshake,
ServertalkMessage,
};
}