Files
2026-04-22 15:51:07 +02:00

10 lines
246 B
C++

#include "FortAwardManager.h"
void UFortAwardManager::GetSourceAndContextTags(FGameplayTagContainer& OutSourceTags, FGameplayTagContainer& OutContextTags) const {
}
UFortAwardManager::UFortAwardManager() {
this->PlayerController = NULL;
}