9 lines
194 B
C++
9 lines
194 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "RestartServerManager.h"
|
|
|
|
namespace UE::RestartServer::Name
|
|
{
|
|
const FName StateGraph("RestartServer");
|
|
} // UE::RestartServer::Name
|