DragonNest/Client/DnLauncher/Country/EU/DnServiceModuleEU.cpp

15 lines
180 B
C++
Raw Normal View History

2024-12-19 09:48:26 +08:00
#include "stdafx.h"
#include "DnServiceModuleEU.h"
#if defined(_EU)
BOOL CDnServiceModuleEU::Initialize()
{
return TRUE;
}
void CDnServiceModuleEU::Destroy()
{
}
#endif // _EU