mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
12 lines
326 B
C++
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;
|
|
}
|
|
|