Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_ButterflyEvent.cpp
T
2024-06-07 01:17:09 +02:00

16 lines
355 B
C++

#include "FortAthenaMutator_ButterflyEvent.h"
void AFortAthenaMutator_ButterflyEvent::UpdatePawnBroadcasting() {
}
void AFortAthenaMutator_ButterflyEvent::StopGatheringPawns() {
}
void AFortAthenaMutator_ButterflyEvent::StartGatheringPawns() {
}
AFortAthenaMutator_ButterflyEvent::AFortAthenaMutator_ButterflyEvent() {
PawnGatherFrequency = 1;
}