ProjectDDD/Packages/com.opsive.graphdesigner/Runtime/Wrappers/ProjectSharedVariables.cs
2025-08-19 18:53:26 +09:00

16 lines
462 B
C#

#if GRAPH_DESIGNER
/// ---------------------------------------------
/// Graph Designer
/// Copyright (c) Opsive. All Rights Reserved.
/// https://www.opsive.com
/// ---------------------------------------------
namespace Opsive.GraphDesigner.Runtime.Wrappers
{
/// <summary>
/// Wrapper for the Project Shared Variables component.
/// </summary>
public class ProjectSharedVariables : Runtime.Variables.ProjectSharedVariables
{
}
}
#endif