using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ESCTipsController : PermanentTriggerBase
{
private void OnEnable()
//if (_highlight != null)
//{
// _highlight.SetHighlighted(false);
//}
}