handler_mw.h
来自「奇迹世界 部分源代码奇迹世界 部分源代码奇迹世界 部分源代码」· C头文件 代码 · 共 15 行
H
15 行
#pragma once
struct MSG_BASE;
class WorldServerSession;
class Handler_MW
{
public:
static VOID OnMW_USERCOUNT_SYN( WorldServerSession *pWorldServer, MSG_BASE *pMsg, WORD wSize );
static VOID OnMW_BATTLEZONEINFO_ANS( WorldServerSession *pWorldServer, MSG_BASE *pMsg, WORD wSize );
static VOID OnMW_USERMONEY_SYN( WorldServerSession *pWorldServer, MSG_BASE *pMsg, WORD wSize );
static VOID OnMW_ARMORKIT_FINDHACK_SYN( WorldServerSession *pWorldServer, MSG_BASE *pMsg, WORD wSize );
static VOID OnSERVERCOMMON_SERVERSHUTDOWN_ANS( WorldServerSession *pWorldServer, MSG_BASE *pMsg, WORD wSize );
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?