mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
24 lines
587 B
C++
24 lines
587 B
C++
#include "FortTileLootData.h"
|
|
|
|
FFortTileLootData::FFortTileLootData() {
|
|
this->LootDrops[0] = 0;
|
|
this->LootDrops[1] = 0;
|
|
this->LootDrops[2] = 0;
|
|
this->LootDrops[3] = 0;
|
|
this->LootDrops[4] = 0;
|
|
this->LootDrops[5] = 0;
|
|
this->LootDrops[6] = 0;
|
|
this->LootDrops[7] = 0;
|
|
this->LootDrops[8] = 0;
|
|
this->LootDrops[9] = 0;
|
|
this->LootDrops[10] = 0;
|
|
this->LootDrops[11] = 0;
|
|
this->LootDrops[12] = 0;
|
|
this->LootDrops[13] = 0;
|
|
this->LootDrops[14] = 0;
|
|
this->LootDrops[15] = 0;
|
|
this->LootDrops[16] = 0;
|
|
this->LootDrops[17] = 0;
|
|
}
|
|
|