unity-atoms/Packages/Core/Runtime/Actions/GameObjectGameObjectAction.cs

7 lines
172 B
C#
Raw Normal View History

using UnityEngine;
namespace UnityAtoms
{
[UseIcon("atom-icon-purple")]
public abstract class GameObjectGameObjectAction : AtomAction<GameObject, GameObject> { }
}