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

15 lines
338 B
C++

#include "AthenaEventMatchActiveGridScreenBase.h"
void UAthenaEventMatchActiveGridScreenBase::OnTeamEliminated(int32 InSquadId) {
}
UAthenaEventMatchActiveGridScreenBase::UAthenaEventMatchActiveGridScreenBase() {
this->TeamWidgetClass = NULL;
this->MaxNumColumns = 0;
this->MaxTeamCount = 0;
this->MaxTeamSize = 0;
}