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

11 lines
290 B
C++

#include "AthenaRebootVanIndicator.h"
UAthenaRebootVanIndicator::UAthenaRebootVanIndicator() {
this->SpawnMachineIndex = 0;
this->SpawnMachineState = ESpawnMachineState::Default;
this->SpawnMachineCooldownStartTime = -1.00f;
this->SpawnMachineCooldownEndTime = -1.00f;
}