Files

16 lines
471 B
C#
Raw Permalink Normal View History

2025-11-25 08:19:33 -05: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 GameObject Shared Variables component.
/// </summary>
public class GameObjectSharedVariables : Runtime.Variables.GameObjectSharedVariables
{
}
}
#endif