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