DragonNest/Client/DnLauncher/Country/RUS/DnServiceModuleRUS.cpp

15 lines
185 B
C++
Raw Normal View History

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