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

24 lines
479 B
C++

#include "FortTileLootData.h"
FFortTileLootData::FFortTileLootData() {
LootDrops[0] = 0;
LootDrops[1] = 0;
LootDrops[2] = 0;
LootDrops[3] = 0;
LootDrops[4] = 0;
LootDrops[5] = 0;
LootDrops[6] = 0;
LootDrops[7] = 0;
LootDrops[8] = 0;
LootDrops[9] = 0;
LootDrops[10] = 0;
LootDrops[11] = 0;
LootDrops[12] = 0;
LootDrops[13] = 0;
LootDrops[14] = 0;
LootDrops[15] = 0;
LootDrops[16] = 0;
LootDrops[17] = 0;
}