📄 effecttrying.h
字号:
//////////////////////////////////////////////////////////////////////////////// Filename : EffectTrying.h// Written by : // Description : grand master 萍 郴绰芭. - -; by sigi. 2002.11.8//////////////////////////////////////////////////////////////////////////////#ifndef __EFFECT_TRYING__#define __EFFECT_TRYING__#include "Effect.h"//////////////////////////////////////////////////////////////////////////////// class EffectTrying//////////////////////////////////////////////////////////////////////////////class EffectTrying : public Effect {public:// EffectTrying(Zone* pZone, ZoneCoord_t X, ZoneCoord_t Y) throw(Error); EffectTrying(Creature* pCreature) throw(Error);public: EffectClass getEffectClass() const throw() { return EFFECT_CLASS_TRYING; } void unaffect() throw(Error); string toString() const throw() { return "EffectTrying"; }private:};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -