Exemple #1
0
 // Start is called before the first frame update
 void Start()
 {
     UIController = UICanvas.GetComponent <UI_Controller>();
     _highlighter = CastToHighlight.instance;
 }
 private void Awake()
 {
     instance = this;
 }