Exemplo n.º 1
0
 void OnMouseOver()
 {
     _showDetailTimer += Time.deltaTime;
     if (_showDetailTimer > _timeToShowDetail)
     {
         _battleController.ShowBossDetail(true);
     }
 }