Inheritance: UnityEngine.MonoBehaviour
Ejemplo n.º 1
0
 void Start()
 {
     _healthBehavior = GetComponent<HealthBehavior>();
 }