using UnityEngine; namespace UnityAtoms { public abstract class GameObjectGameObjectAction : AtomAction { } }