Added NPC logic

This commit is contained in:
2026-06-01 22:04:31 +03:00
parent ce5e736472
commit 6bfa9f5396
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()