using Golems.Attributes; namespace Golems { public partial class AttributesEditor { /// /// Show the ShowLevelAttributes /// private void OnInspectorGUIShowLevelAttribute() { ShowLevelAttribute.EditorShowLevelInfo(target, "Level info"); } } }