Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_SupplyDrop.cpp
2024-01-21 00:41:14 +01:00

12 lines
326 B
C++

#include "FortAthenaMutator_SupplyDrop.h"
void AFortAthenaMutator_SupplyDrop::RemoveOutOfStormSupplyDrop() {
}
AFortAthenaMutator_SupplyDrop::AFortAthenaMutator_SupplyDrop() {
this->BasePlacementQuery = NULL;
this->BaseQueryingAttemptIntervalTimeSeconds = 0.10f;
this->SupplyDropRemovalQueryInterval = 5.00f;
}