Files
FNGameProj/Source/FortniteGame/Private/FortAwardManager.cpp
2024-01-21 00:41:14 +01:00

10 lines
246 B
C++

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