Files
FNGameProj/Source/FortniteUI/Private/FortOutpostStorageItemPicker.cpp
2024-01-21 00:41:14 +01:00

12 lines
271 B
C++

#include "FortOutpostStorageItemPicker.h"
void UFortOutpostStorageItemPicker::UseFilters(TArray<EFortItemType> ItemTypes) {
}
void UFortOutpostStorageItemPicker::UseFilter(EFortItemType ItemType) {
}
UFortOutpostStorageItemPicker::UFortOutpostStorageItemPicker() {
}