📄 statemodexpirationevent.h
字号:
/*************************************************************************** statemodexpirationevent.h - description ------------------- begin : Thu Apr 8 2004 copyright : (C) 2004 by Gabor Torok email : cctorok@yahoo.com ***************************************************************************//*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/#ifndef STATE_MOD_EXPIRATION_EVENT_H#define STATE_MOD_EXPIRATION_EVENT_H#include "../constants.h"#include "../rpg/rpgitem.h"#include "../creature.h"#include "event.h"/** *@author Gabor Torok */ class Creature;class Scourge;class RpgItem; class StateModExpirationEvent : public Event {private: Creature *creature; int stateMod; Scourge *scourge;public: void execute(); StateModExpirationEvent(Date currentDate, Date timeOut, Creature *c, int stateMod, Scourge *scourge, int nbExecutionsToDo); StateModExpirationEvent(); virtual ~StateModExpirationEvent(); };#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -