simpletilemeleeskill.h
来自「dk1游戏的原代码文件,完整.编译系统redhat7.3,mysql 3.23 」· C头文件 代码 · 共 32 行
H
32 行
//////////////////////////////////////////////////////////////////////////////// Filename : SimpleTileMeleeSkill.h// Written by : excel96// Description : //////////////////////////////////////////////////////////////////////////////#ifndef __SIMPLETILEMELEESKILL__#define __SIMPLETILEMELEESKILL__#include "SimpleSkill.h"class SimpleTileMeleeSkill{public: void execute(Slayer* pSlayer, int X, int Y, SkillSlot* pSkillSlot, const SIMPLE_SKILL_INPUT& param, SIMPLE_SKILL_OUTPUT& result, CEffectID_t CEffectID=0, bool bForceKnockback=false) 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, bool bForceKnockback=false) throw (Error); void execute(Ousters* pOusters, int X, int Y, OustersSkillSlot* pOustersSkillSlot, const SIMPLE_SKILL_INPUT& param, SIMPLE_SKILL_OUTPUT& result, CEffectID_t CEffectID=0, bool bForceKnockback=false) throw (Error); void execute(Monster* pMonster, int X, int Y, const SIMPLE_SKILL_INPUT& param, SIMPLE_SKILL_OUTPUT& result, CEffectID_t CEffectID=0, bool bForceKnockback=false) throw (Error);};extern SimpleTileMeleeSkill g_SimpleTileMeleeSkill;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?