10 lines
273 B
C++
10 lines
273 B
C++
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
||
|
#include "LyraTeamPrivateInfo.h"
|
||
|
|
||
|
ALyraTeamPrivateInfo::ALyraTeamPrivateInfo(const FObjectInitializer& ObjectInitializer)
|
||
|
: Super(ObjectInitializer)
|
||
|
{
|
||
|
//@TODO: Actually make private (using replication graph)
|
||
|
}
|