mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-14 03:58:26 +00:00
move the handlers over
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "BitStream.h"
|
||||
#include "MessageIdentifiers.h"
|
||||
#include "eConnectionType.h"
|
||||
#include "dCommonVars.h"
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -49,6 +50,7 @@ struct LUWString {
|
||||
struct LUBitStream {
|
||||
eConnectionType connectionType = eConnectionType::UNKNOWN;
|
||||
uint32_t internalPacketID = 0xFFFFFFFF;
|
||||
LWOOBJID objectID = LWOOBJID_EMPTY;
|
||||
|
||||
LUBitStream() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user