unity-atoms/Source/Actions/GameObjectGameObjectAction.cs

7 lines
139 B
C#
Raw Normal View History

using UnityEngine;
namespace UnityAtoms
{
public abstract class GameObjectGameObjectAction : AtomAction<GameObject, GameObject> { }
}