Files
UnrealEvent/Project/Source/FortniteUI/Private/FortItemCard_StackCountBlock_Configuration.cpp
2026-04-22 15:51:07 +02:00

7 lines
197 B
C++

#include "FortItemCard_StackCountBlock_Configuration.h"
FFortItemCard_StackCountBlock_Configuration::FFortItemCard_StackCountBlock_Configuration() {
this->bShowShorthandStackCount = false;
}