Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_ButterflyEvent.cpp
2024-01-21 00:41:14 +01: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;
}