DragonNest/Client/DnLauncher2/Country/TWN/DnServiceModuleTWN.cpp

15 lines
185 B
C++
Raw Normal View History

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