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

📄 handler_wz.h

📁 奇迹世界 部分源代码奇迹世界 部分源代码奇迹世界 部分源代码
💻 H
字号:
#pragma once

struct MSG_BASE;
class GuildServerSession;

class Handler_WZ
{
public:
	static VOID	OnWZ_GUILD_INFO_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_CREATE_GUILD_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_DESTROY_GUILD_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_JOIN_GUILD_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_WITHDRAW_GUILD_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_LOGIN_CHAR_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID	OnWZ_GUILD_LOGOUT_CHAR_CMD( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID OnWZ_GUILD_SELECT_ACK( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID OnWZ_GUILD_SELECT_NAK( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
	static VOID OnSERVERCOMMON_HEARTBEAT( GuildServerSession *pGuildServer, MSG_BASE *pMsg, WORD wSize );
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -