unity-atoms/Packages/Core/Runtime/Actions/GameObjectGameObjectAction.cs
2019-10-01 17:27:22 +02:00

7 lines
139 B
C#

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