Files
2026-04-22 15:51:07 +02: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;
}