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