effectpkzoneresurrection.h

来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 39 行

H
39
字号
//////////////////////////////////////////////////////////////////////////////// Filename    : EffectPKZoneResurrection.h// Written by  : // Description : PKZoneResurrection俊 狼茄 规绢仿 窍碍 effect//////////////////////////////////////////////////////////////////////////////#ifndef __EFFECT_PK_ZONE_RESURRECTION__#define __EFFECT_PK_ZONE_RESURRECTION__#include "Effect.h"class Creature;//////////////////////////////////////////////////////////////////////////////// class EffectPKZoneResurrection//////////////////////////////////////////////////////////////////////////////class EffectPKZoneResurrection : public Effect {public:	EffectPKZoneResurrection( Creature* pCreature );public:    EffectClass getEffectClass() const throw() { return EFFECT_CLASS_PK_ZONE_RESURRECTION; }	void affect() throw(Error);	void unaffect(Creature* pCreature) throw(Error);	void unaffect() throw(Error); 	string toString() const throw();public:private:};#endif // __EFFECT_PK_ZONE_RESURRECTION__

⌨️ 快捷键说明

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