added commission tracker to HUD

This commit is contained in:
2026-06-07 20:14:03 +03:00
parent 61d5a57d8d
commit 96392cd451
43 changed files with 199 additions and 38 deletions
@@ -42,8 +42,9 @@ private:
ANPC* TakeFromPool();
void ReturnToPool(ANPC* NPC);
ENPCType PickWeightedClass() const;
bool FindSpawnPoint(const FVector& Around, FVector& OutLocation) const;
bool FindSpawnPoint(const FVector& Around, FVector& OutLocation);
TSubclassOf<ANPC> GetRandomNPCClass(TArray<TSubclassOf<ANPC>> InNPCClasses);
void CorrectSpawnLocation(FVector& OutVector);
APawn* GetPlayerPawn() const;
UNPCDirectorConfig* GetConfig() const;