DragonNest/Client/DnLauncher2/Country/TEST/DnServiceModuleTEST.cpp

15 lines
410 B
C++
Raw Normal View History

2024-12-20 16:56:44 +08:00
<EFBFBD><EFBFBD>#include "stdafx.h"
#include "DnServiceModuleTEST.h"
#if defined(_TEST)
BOOL CDnServiceModuleTEST::Initialize()
{
return TRUE;
}
void CDnServiceModuleTEST::Destroy()
{
}
#endif // _TEST