mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +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;
|
|
}
|
|
|