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

11 lines
273 B
C++

#include "AshtonStoneState.h"
FAshtonStoneState::FAshtonStoneState() {
this->StoneType = EAshtonStoneType::Purple;
this->StoneState = EAshtonStoneStateType::NotSpawned;
this->SpawnTime = 0.00f;
this->bHasEverSpawned = false;
this->SpawnDataIdx = 0;
}