mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
24 lines
479 B
C++
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;
|
|
}
|
|
|