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

9 lines
223 B
C++

#include "AshtonStoneData.h"
FAshtonStoneData::FAshtonStoneData() {
this->StoneType = EAshtonStoneType::Purple;
this->StoneItemDefinition = NULL;
this->InitialStoneState = EAshtonStoneStateType::NotSpawned;
}