This commit is contained in:
2022-03-06 15:00:59 +08:00
parent 2e28352b42
commit 79efa0e113
2 changed files with 14 additions and 12 deletions

View File

@@ -265,6 +265,10 @@ static SendPacksWORD _SendPacksWord = (SendPacksWORD)0x1128580;
typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
//收包函数 地址
typedef DWORD(__fastcall RecvPacks)(DWORD thisc , DWORD zer, DWORD a1, DWORD a2 , DWORD a3, DWORD a4, unsigned int a5);
//static SendPacks* _SendPacks = (SendPacks*)0x11F98D0;
//公告Class this地址
typedef DWORD NoticeClass;