Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaMutator_ButterflyEvent.cpp
2026-04-22 15:51:07 +02:00

16 lines
365 B
C++

#include "FortAthenaMutator_ButterflyEvent.h"
void AFortAthenaMutator_ButterflyEvent::UpdatePawnBroadcasting() {
}
void AFortAthenaMutator_ButterflyEvent::StopGatheringPawns() {
}
void AFortAthenaMutator_ButterflyEvent::StartGatheringPawns() {
}
AFortAthenaMutator_ButterflyEvent::AFortAthenaMutator_ButterflyEvent() {
this->PawnGatherFrequency = 0.10f;
}