📄 npcslotcontainer.h
字号:
// NPCSlotContainer.h: interface for the NPCSlotContainer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NPCSLOTCONTAINER_H__BB8BC7B6_AF4F_4D23_AF9F_A176D9CB3887__INCLUDED_)
#define AFX_NPCSLOTCONTAINER_H__BB8BC7B6_AF4F_4D23_AF9F_A176D9CB3887__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TradeSlotContainer.h"
class NPCSlotContainer : public TradeSlotContainer
{
public:
NPCSlotContainer();
virtual ~NPCSlotContainer();
};
#endif // !defined(AFX_NPCSLOTCONTAINER_H__BB8BC7B6_AF4F_4D23_AF9F_A176D9CB3887__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -