mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
16 lines
365 B
C++
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;
|
|
}
|
|
|