📄 effectpkzoneresurrection.h
字号:
//////////////////////////////////////////////////////////////////////////////// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -