⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 protectionmagic.h

📁 国内著名网络游戏dragon的服务端完整源码 内附完整数据库结构
💻 H
字号:
// ProtectionMagic.h: interface for the CProtectionMagic class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PROTECTIONMAGIC_H__B3EDBBDD_81DB_480A_9922_D200B57AA76F__INCLUDED_)
#define AFX_PROTECTIONMAGIC_H__B3EDBBDD_81DB_480A_9922_D200B57AA76F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "Battle.h"
///////////////////////////////////////////////////////////////////////////////
// 焊龋拌凯 付过
class CProtectionMagic : public TBinder<CMagic, CProtectionMagic>
{
public:
	CProtectionMagic();
	virtual ~CProtectionMagic();

public:
  virtual bool Bind();

public:
  virtual bool Execute() 
  { 
    return (!IsExist(m_nIndex)) ? false:(*this.*m_tblHash[m_nIndex])(); 
  }

  virtual bool Elapse(CHARLIST* pTarget) 
  { 
    return true; 
  }

public:
  bool DragonScale();        // 老馆 焊龋 拌凯 付过
  bool ProtectRangeWeapon();
  bool FireResist();
  bool IceResist();
  bool ElectResist();
  bool TwinkleStar();
  bool Protection();
  bool Shield();
  bool Bless();
  bool ProtectDanger();
  bool GreatShield();
  bool AuthorityLethy();     // CSD-021015
  bool NullityMagic();       // 漂荐 焊龋 拌凯 付过
  bool CancelDivine();
  bool RecurrenceDivine();
  bool PerfectProtect();     // 抗寇 焊龋 拌凯 付过 
   bool AuthorityOfAthyas();	// 030415 kyo 
};
//
///////////////////////////////////////////////////////////////////////////////
#endif // !defined(AFX_PROTECTIONMAGIC_H__B3EDBBDD_81DB_480A_9922_D200B57AA76F__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -