ProjectDDD/Packages/com.opsive.graphdesigner/Runtime/Wrappers/SceneSharedVariables.cs

16 lines
456 B
C#
Raw Normal View History

2025-08-19 09:53:26 +00:00
#if GRAPH_DESIGNER
/// ---------------------------------------------
/// Graph Designer
/// Copyright (c) Opsive. All Rights Reserved.
/// https://www.opsive.com
/// ---------------------------------------------
namespace Opsive.GraphDesigner.Runtime.Wrappers
{
/// <summary>
/// Wrapper for the Scene Shared Variables component.
/// </summary>
public class SceneSharedVariables : Runtime.Variables.SceneSharedVariables
{
}
}
#endif