unity-atoms/Source/Actions/GameObjectGameObjectAction.cs
2019-09-30 00:02:54 +02:00

7 lines
139 B
C#

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