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

📄 ability.cpp

📁 DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters
💻 CPP
字号:
// Ability.cpp: implementation of the CAbility class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "Ability.h"

///////////////////////////////////////////////////////////////////////////////
// Construction/Destruction
///////////////////////////////////////////////////////////////////////////////

CAbility::CAbility()
{
  m_wStr = 0;
  m_wDex = 0;
  m_wCon = 0;
  m_wWis = 0;
  m_wInt = 0;
  m_wCha = 0;
  m_wEndu = 0;
  m_wMovp = 0;
  m_wMor = 0;
  m_wLuck = 0;
  m_wWs = 0;
  m_wPs = 0;
}

///////////////////////////////////////////////////////////////////////////////
// Construction/Destruction
///////////////////////////////////////////////////////////////////////////////

CAbilityDivide::CAbilityDivide()
{
  m_wBefore = 0;
  m_wAfter = 0;
}

///////////////////////////////////////////////////////////////////////////////
// Construction/Destruction
///////////////////////////////////////////////////////////////////////////////

CAbilityLimit::CAbilityLimit()
{
  m_wClass = 0;
  m_wStep = 0;
  m_wMaxTactic = 0;
}

ABILITYLIMIT  g_mgrLimit;
ABILITYDIVIDE g_mgrDivide;

⌨️ 快捷键说明

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