removed unused methods(BeginPlay, Tick) and added rider plugin
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "RiderDebuggerSupport.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FRiderDebuggerSupportModule"
|
||||
|
||||
|
||||
void FRiderDebuggerSupportModule::StartupModule()
|
||||
{
|
||||
}
|
||||
|
||||
void FRiderDebuggerSupportModule::ShutdownModule()
|
||||
{
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FRiderDebuggerSupportModule, RiderDebuggerSupport)
|
||||
Reference in New Issue
Block a user