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

7 lines
175 B
C#
Raw Normal View History

using UnityEngine;
namespace UnityAtoms
{
2019-10-14 10:51:54 -04:00
[EditorIcon("atom-icon-purple")]
public abstract class GameObjectGameObjectAction : AtomAction<GameObject, GameObject> { }
}