mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
11 lines
290 B
C++
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;
|
|
}
|
|
|