mirror of
https://github.com/edubart/otclient.git
synced 2025-12-01 07:36:49 +01:00
add lua functions to support packet manipulation/send
This commit is contained in:
committed by
Eduardo Bart
parent
8cace32ce7
commit
8f466b432c
@@ -25,8 +25,11 @@
|
||||
|
||||
#include "declarations.h"
|
||||
#include "networkexception.h"
|
||||
#include <framework/luascript/luaobject.h>
|
||||
|
||||
class OutputMessage
|
||||
typedef std::shared_ptr<OutputMessage> OutputMessagePtr;
|
||||
|
||||
class OutputMessage : public LuaObject
|
||||
{
|
||||
public:
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user