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

📄 amplifiedpower.cpp

📁 墨香最新私服
💻 CPP
字号:
// AmplifiedPower.cpp: implementation of the CAmplifiedPower class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "AmplifiedPower.h"

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

CAmplifiedPowerPhy::CAmplifiedPowerPhy(CObject* pParent)
: CSpecialState(pParent)
{

}

CAmplifiedPowerPhy::~CAmplifiedPowerPhy()
{

}

WORD CAmplifiedPowerPhy::GetParam1()
{
	WORD power = CSpecialState::GetParam1();
	if(power)
	{
		EndState();
	}
	return power;
}


CAmplifiedPowerAtt::CAmplifiedPowerAtt(CObject* pParent)
: CSpecialState(pParent)
{

}

CAmplifiedPowerAtt::~CAmplifiedPowerAtt()
{

}

⌨️ 快捷键说明

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