Example #1
0
 void Start()
 {
     if (this.gameObject.transform.parent != null)
     {
         PlaySound.InvulnerabilityAppears();
     }
 }