mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
237 B
C++
11 lines
237 B
C++
#include "FortMiniMapTeamIndicators.h"
|
|
|
|
UFortMiniMapTeamIndicators::UFortMiniMapTeamIndicators() {
|
|
PlayerController = NULL;
|
|
bSpectating = false;
|
|
SpectatorPC = NULL;
|
|
IndicatedPlayersCache = NULL;
|
|
PlatformScale = 1;
|
|
}
|
|
|