Files
FNGameProj/Source/FortniteGame/Private/OutpostCraftingTableData.cpp
T
2024-01-21 00:41:14 +01:00

8 lines
145 B
C++

#include "OutpostCraftingTableData.h"
FOutpostCraftingTableData::FOutpostCraftingTableData() {
this->Level = 0;
this->ItemCount = 0;
}