Пример #1
0
 void Start()
 {
     _playerControl = FindObjectOfType <PlayerControl>();
     _healthImage   = GetComponent <Image>();
 }