Files
UnrealEvent/Project/Source/FortniteGame/Private/SupplyDropItemDeliverySpawnData.cpp
2026-04-22 15:51:07 +02:00

9 lines
218 B
C++

#include "SupplyDropItemDeliverySpawnData.h"
FSupplyDropItemDeliverySpawnData::FSupplyDropItemDeliverySpawnData() {
this->NumItemsToDeliver = 0;
this->NextSpawnTime = 0.00f;
this->NumInitialSpawns = 0;
}