RealtimeStyleTransferRuntime/Source/LyraGame/Teams/LyraTeamPrivateInfo.cpp

11 lines
305 B
C++
Raw Normal View History

2022-05-23 18:41:30 +00:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "LyraTeamPrivateInfo.h"
#include "Net/UnrealNetwork.h"
ALyraTeamPrivateInfo::ALyraTeamPrivateInfo(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
//@TODO: Actually make private (using replication graph)
}