handler_wz.h

来自「奇迹世界 部分源代码奇迹世界 部分源代码奇迹世界 部分源代码」· C头文件 代码 · 共 20 行

H
20
字号
#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 + =
减小字号Ctrl + -
显示快捷键?