using System.Collections; using System.Collections.Generic; using UnityEngine; namespace KairoEngine.GameTools.Selectables { /// /// The SelectionView is a UI component that shows the current selected object or objects. /// public class SelectionView : MonoBehaviour { } }