龙盒完成初版
This commit is contained in:
@@ -27,6 +27,9 @@ static SendPacksWORD _SendPacksWord = (SendPacksWORD)0x1128580;
|
||||
typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
|
||||
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
|
||||
|
||||
//发包参数 char
|
||||
typedef int(__fastcall* SendPacksChar)(DWORD thisc, int Seat, char* Parm,int Size);
|
||||
static SendPacksChar _SendPacksChar = (SendPacksChar)0x11285E0;
|
||||
|
||||
//公告Class this地址
|
||||
typedef DWORD NoticeClass;
|
||||
|
||||
Reference in New Issue
Block a user