General Blueprint utilities Functions + First Implementation of Pursuit Logic
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
#include "DTFluxPursuitSystemModule.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FDTFluxPursuitSystemModule"
|
||||
|
||||
DEFINE_LOG_CATEGORY(logDTFluxPursuitSystem);
|
||||
|
||||
void FDTFluxPursuitSystem::StartupModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void FDTFluxPursuitSystem::ShutdownModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FDTFluxPursuitSystem, DTFluxPursuitSystem)
|
||||
Reference in New Issue
Block a user