mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
13 lines
345 B
C++
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;
|
|
}
|
|
|