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

8 lines
141 B
C++

#include "FortPlayerBanner.h"
UFortPlayerBanner::UFortPlayerBanner() {
this->bShowBorder = true;
this->bUseLargeTexture = false;
}