Added NPC logic

This commit is contained in:
2026-06-01 22:04:31 +03:00
parent 89c2e93369
commit 0e9832719d
37 changed files with 156 additions and 41 deletions
+1
View File
@@ -27,6 +27,7 @@ public:
// Clears any active observation of the player (used on un-possess and when the NPC is pooled out).
void ClearObservation();
void RunCustomBehaviorTree();
protected:
UFUNCTION()