@ -0,0 +1,18 @@
|
||||
#include "UnrealSharpBinds.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FUnrealSharpBindsModule"
|
||||
|
||||
DEFINE_LOG_CATEGORY(LogUnrealSharpBinds);
|
||||
|
||||
void FUnrealSharpBindsModule::StartupModule()
|
||||
{
|
||||
}
|
||||
|
||||
void FUnrealSharpBindsModule::ShutdownModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FUnrealSharpBindsModule, UnrealSharpBinds)
|
||||
Reference in New Issue
Block a user