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

10 lines
218 B
C++

#include "FortAthenaMutator.h"
AFortAthenaMutator::AFortAthenaMutator() {
this->bMutatesGameMode = false;
this->bMutatesGameState = false;
this->CachedGameMode = NULL;
this->CachedGameState = NULL;
}