12 lines
266 B
C++
12 lines
266 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "ClientJoinManager.h"
|
|
#include "StateGraph.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(ClientJoinManager)
|
|
|
|
namespace UE::ClientJoin::Name
|
|
{
|
|
const FName StateGraph("ClientJoin");
|
|
} // UE::ClientJoin::Name
|