Files
Sun1602/Client/GameClient/Interface/uiSystemVerify/uiSystemVerify_packetproc.cpp
T
2022-10-26 12:25:11 +08:00

20 lines
606 B
C++

//------------------------------------------------------------------------------
// uiSystemVerifty_packetproc.cpp
// (C) 2005 ckbang
//------------------------------------------------------------------------------
#include "SunClientPrecompiledHeader.h"
#include "uiSystemVerify.h"
//------------------------------------------------------------------------------
/**
*/
void
uiSystemVerify::NetworkProc( MSG_BASE * pMsg )
{
}
//------------------------------------------------------------------------------
// EOF
//------------------------------------------------------------------------------