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

8 lines
187 B
C++

#include "FortAthenaSpawningPolicyManager.h"
AFortAthenaSpawningPolicyManager::AFortAthenaSpawningPolicyManager() {
this->GameModeAthena = NULL;
this->GameStateAthena = NULL;
}