using UnityEditor; using UnityAtoms.Editor; using UnityEngine; namespace UnityAtoms.BaseAtoms.Editor { /// /// Variable Inspector of type `GameObject`. Inherits from `AtomVariableEditor` /// [CustomEditor(typeof(GameObjectVariable))] public sealed class GameObjectVariableEditor : AtomVariableEditor { } }