chore: initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user