📄 eventcbilling.h
字号:
//////////////////////////////////////////////////////////////////////////////// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -