Files
FNGameProj/Source/FortniteGame/Private/FortSpawnSlotData.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
150 B
C++

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