📄 kyunggonginfo.cpp
字号:
// KyungGongInfo.cpp: implementation of the CKyungGongInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "KyungGongInfo.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CKyungGongInfo::CKyungGongInfo()
{
}
CKyungGongInfo::~CKyungGongInfo()
{
}
void CKyungGongInfo::Init(CMHFile* pFile)
{
m_Info.KyungGongIdx = pFile->GetWord(); //公傍 index
pFile->GetString(m_Info.KyungGongName); //版傍捞抚
m_Info.NeedNaeRyuk = pFile->GetWord(); //家葛 郴仿
m_Info.MoveType = pFile->GetWord(); //捞悼 鸥涝
m_Info.Speed = pFile->GetFloat(); //捞悼 加档
m_Info.ChangeTime = pFile->GetWord(); //版傍 葛靛 傈券 矫埃
m_Info.StartEffect = pFile->GetWord(); //版傍 荤侩 楷免
m_Info.IngEffect = pFile->GetWord(); //版傍 楷免 颇老
m_Info.EndEffect = pFile->GetWord(); //版傍 场 楷免
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -