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

7 lines
197 B
C++

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