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

7 lines
117 B
C++

#include "FortAIPawnLootDropData.h"
FFortAIPawnLootDropData::FFortAIPawnLootDropData() {
LootDropChance = 1;
}