⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 handler_mw.h

📁 奇迹世界 部分源代码奇迹世界 部分源代码奇迹世界 部分源代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -