void OnMouseOver() { _showDetailTimer += Time.deltaTime; if (_showDetailTimer > _timeToShowDetail) { _battleController.ShowBossDetail(true); } }