unity-atoms/Assets/UnityAtoms/GameActions/SetVariableValue/SetGameObjectVariableValue.cs
2018-11-13 20:12:04 +01:00

7 lines
299 B
C#

using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "Unity Atoms/Game Actions/Set Variable Value/GameObject")]
public class SetGameObjectVariableValue : SetVariableValue<GameObject, GameObjectVariable, GameObjectReference, GameObjectEvent, GameObjectGameObjectEvent> { }
}