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

13 lines
345 B
C++

#include "FortAthenaMutator_TDM.h"
void AFortAthenaMutator_TDM::OnMutatorGameplayEvent(int32 EventId, int32 EventParam1, int32 EventParam2, int32 EventParam3) {
}
void AFortAthenaMutator_TDM::OnGamePhaseStepChanged(EAthenaGamePhaseStep GamePhaseStep) {
}
AFortAthenaMutator_TDM::AFortAthenaMutator_TDM() {
this->bIsTwoTeamTDM = false;
}