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