DragonNest/Client/DnLauncher/Country/KRAZ/DnServiceModuleKRAZ.cpp
2024-12-19 09:48:26 +08:00

15 lines
No EOL
190 B
C++

#include "stdafx.h"
#include "DnServiceModuleKRAZ.h"
#if defined(_KRAZ)
BOOL CDnServiceModuleKRAZ::Initialize()
{
return TRUE;
}
void CDnServiceModuleKRAZ::Destroy()
{
}
#endif // _KRAZ