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

8 lines
162 B
C++

#include "FortSpawnSlotData.h"
FFortSpawnSlotData::FFortSpawnSlotData() {
this->OccupyingAI = NULL;
this->SlotStatus = EFortRiftSlotStatus::Reserved;
}