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

📄 simplelinearmeleeskill.h

📁 天之炼狱1服务器端源文件游戏服务端不完整
💻 H
字号:
//////////////////////////////////////////////////////////////////////////////// Filename    : SimpleLinearMeleeSkill.h// Written by  : excel96// Description : //////////////////////////////////////////////////////////////////////////////#ifndef __SIMPLELINEARMELEESKILL__#define __SIMPLELINEARMELEESKILL__#include "SimpleSkill.h"class SimpleLinearMeleeSkill{public:	void execute(Slayer* pSlayer, int X, int Y, SkillSlot* pSkillSlot,		const SIMPLE_SKILL_INPUT& param, SIMPLE_SKILL_OUTPUT& result,		CEffectID_t CEffectID=0) throw (Error);	/*	void execute(Vampire* pVampire, int X, int Y, VampireSkillSlot* pVampireSkillSlot, 		const SIMPLE_SKILL_INPUT& param,  SIMPLE_SKILL_OUTPUT& result,		CEffectID_t CEffectID=0) throw (Error);	void execute(Monster* pMonster, int X, int Y,		const SIMPLE_SKILL_INPUT& param,  SIMPLE_SKILL_OUTPUT& result,		CEffectID_t CEffectID=0) throw (Error);	*/};extern SimpleLinearMeleeSkill g_SimpleLinearMeleeSkill;#endif

⌨️ 快捷键说明

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