feat: wip
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "RefinedRDApi.h"
|
||||
|
||||
DEFINE_LOG_CATEGORY(LogRRDApi);
|
||||
|
||||
|
||||
void FRefinedRDApiModule::StartupModule() {
|
||||
// Nothing here... yet
|
||||
}
|
||||
|
||||
void FRefinedRDApiModule::ShutdownModule() {
|
||||
// Nothing here... yet
|
||||
}
|
||||
|
||||
IMPLEMENT_MODULE(FRefinedRDApiModule, RefinedRDApi);
|
||||
Reference in New Issue
Block a user