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