eventsave.h
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 37 行
H
37 行
//////////////////////////////////////////////////////////////////////////////// Filename : EventSave.h// Written by : Reiot// Description : //////////////////////////////////////////////////////////////////////////////#ifndef __SAVE_H__#define __SAVE_H__#include "Event.h"//////////////////////////////////////////////////////////////////////////////// class EventSave;// 阿 某腐磐甫 林扁利栏肺 历厘窍档废 秦林绰 捞亥飘捞促.//////////////////////////////////////////////////////////////////////////////class EventSave : public Event {public: EventSave(GamePlayer* pGamePlayer) throw(Error); virtual ~EventSave() throw();public: virtual EventClass getEventClass() const throw() { return EVENT_SAVE; } // get event life-cycle // EventSave 捞亥飘绰 林扁利栏肺 拌加 角青登绢具 窍骨肺, 昏力登绢辑绰 救等促. virtual bool isTemporary() const throw() { return false; } virtual bool isPermanent() const throw() { return true; } virtual void activate() throw(Error); virtual string toString() const throw() { return "EventSave Event"; }};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?