mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-04-25 06:04:57 +00:00
14 lines
364 B
C++
14 lines
364 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "LyraTeamPrivateInfo.h"
|
|
#include "Teams/LyraTeamInfoBase.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraTeamPrivateInfo)
|
|
|
|
ALyraTeamPrivateInfo::ALyraTeamPrivateInfo(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
//@TODO: Actually make private (using replication graph)
|
|
}
|
|
|