📄 remodelingtable.h
字号:
// RemodelingTable.h: interface for the CRemodelingTable class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REMODELINGTABLE_H__3C8B8550_81F4_46C3_87F6_1CA1ACB31020__INCLUDED_)
#define AFX_REMODELINGTABLE_H__3C8B8550_81F4_46C3_87F6_1CA1ACB31020__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRemodelingTable
{
public:
CRemodelingTable();
virtual ~CRemodelingTable();
int m_sRid;
int m_sSid;
BYTE m_tWearInfo;
BYTE m_tNeedClass;
int m_sPlan;
BYTE m_tRandom1;
BYTE m_tRandom2;
BYTE m_tReplace;
};
#endif // !defined(AFX_REMODELINGTABLE_H__3C8B8550_81F4_46C3_87F6_1CA1ACB31020__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -