effecttrying.h
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 33 行
H
33 行
//////////////////////////////////////////////////////////////////////////////// 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 + =
减小字号Ctrl + -
显示快捷键?