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