mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
329 B
C++
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() {
|
|
}
|
|
|