public override void OnInspectorGUI() { CommentsToInspector.DrawInspector(serializedObject, comments); }
void OnEnable() { comments = CommentsToInspector.GetCommentsForClass(target.GetType()).ToArray(); }