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