📄 pccorpse.cpp
字号:
//----------------------------------------------------------------------//// Filename : PCCorpse.cpp// Written by : Reiot////----------------------------------------------------------------------#ifndef __PC_CORPSE_H__#define __PC_CORPSE_H__// include files#include "Corpse.h"//----------------------------------------------------------------------// 农府贸狼 牢亥配府俊辑 酒捞袍阑 波郴辑, 矫眉俊 笼绢持绰促.//----------------------------------------------------------------------void PCCorpse::transportItems (Creature* pCreature) throw (Error){}//----------------------------------------------------------------------// get debug string//----------------------------------------------------------------------string PCCorpse::toString () const throw (){ StringStream msg; msg << "PCCorpse()"; return msg.toString();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -