mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
15 lines
338 B
C++
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;
|
|
}
|
|
|