mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
9 lines
188 B
C++
9 lines
188 B
C++
#include "FortProfileStatsMainTile.h"
|
|
|
|
UFortProfileStatsMainTile::UFortProfileStatsMainTile() {
|
|
this->ValueTextBlock = NULL;
|
|
this->NameTextBlock = NULL;
|
|
this->TileTier = 0;
|
|
}
|
|
|