gcpartypositionhandler.cpp
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C++ 代码 · 共 25 行
CPP
25 行
//--------------------------------------------------------------------------------//// Filename : GCPartyPositionHandler.cpp// Written By : Reiot////--------------------------------------------------------------------------------// include files#include "GCPartyPosition.h"#include "Player.h"//--------------------------------------------------------------------------------//--------------------------------------------------------------------------------void GCPartyPositionHandler::execute ( GCPartyPosition * pPacket , Player * pPlayer ) throw ( ProtocolException , Error ){ __BEGIN_TRY __BEGIN_DEBUG_EX #ifdef __GAME_CLIENT__#endif __END_DEBUG_EX __END_CATCH}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?