public void OnMouseExit() { if (!Targetable) { return; } HoverIndicator.Deselect(); }
public void OnMouseExit() { HoverIndicator.Deselect(); }