eventcbilling.h
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 38 行
H
38 行
//////////////////////////////////////////////////////////////////////////////// Filename : EventCBilling.h// Written by :// Description : //////////////////////////////////////////////////////////////////////////////#ifndef __EVENT_CBILLING_H__#define __EVENT_CBILLING_H__#include "Event.h"//////////////////////////////////////////////////////////////////////////////// class EventCBilling;//////////////////////////////////////////////////////////////////////////////class EventCBilling : public Event {public: EventCBilling(GamePlayer* pGamePlayer) throw(Error); virtual ~EventCBilling() throw();public: virtual EventClass getEventClass() const throw() { return EVENT_CLASS_CBILLING; } 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 "CBilling Event"; }private: int m_TrySendLoginCount; // Login 菩哦阑 焊郴扁 矫档 雀荐};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?