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

7 lines
104 B
C++

#include "ItemsToDropOnDeath.h"
FItemsToDropOnDeath::FItemsToDropOnDeath() {
ItemToDrop = NULL;
}