Files
2024-01-21 00:41:14 +01:00

8 lines
133 B
C++

#include "AthenaAISystem.h"
UAthenaAISystem::UAthenaAISystem() {
this->PerceptionManager = NULL;
this->AIDropper = NULL;
}