namespace Zinnia.Utility { using UnityEngine; /// /// Provides a mechanism for attaching the SelectionBase attribute to a GameObject to ensure that GameObject is selected when clicked in the scene window. /// [SelectionBase] public class BaseGameObjectSelector : MonoBehaviour { } }