Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_Chameleon.cpp
T
2024-03-03 23:44:39 +01:00

12 lines
329 B
C++

#include "FortAthenaMutator_Chameleon.h"
void AFortAthenaMutator_Chameleon::OnMutatorGameplayEvent(int32 EventId, int32 EventParam1, int32 EventParam2, int32 EventParam3) {
}
void AFortAthenaMutator_Chameleon::OnGamePhaseChanged(EAthenaGamePhase NewPhase) {
}
AFortAthenaMutator_Chameleon::AFortAthenaMutator_Chameleon() {
}