removed unused methods(BeginPlay, Tick) and added rider plugin
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace RiderDebuggerSupport
|
||||
{
|
||||
void SendLogToDebugger(const char* FormatStr, ...);
|
||||
}
|
||||
Reference in New Issue
Block a user