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

8 lines
171 B
C++

#include "AthenaTeamSquadsEntryBox.h"
UAthenaTeamSquadsEntryBox::UAthenaTeamSquadsEntryBox() {
this->SquadEntryClass = NULL;
this->bDisplayEmptySquads = true;
}