Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     health  = PlayerDamage.FindObjectOfType <PlayerDamage>();
     health2 = health.PlayerHealth;
 }