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