using UnityEngine; namespace UnityAtoms.MonoHooks { /// /// Action x 2 of type `Void` and `GameObject`. Inherits from `AtomAction<Void, GameObject>`. /// [EditorIcon("atom-icon-purple")] public abstract class VoidGameObjectAction : AtomAction { } }