Beispiel #1
0
 // Animation event when guard attacks player
 public void attackVampire()
 {
     if (guardControl == null)
     {
         guardControl = GetComponentInParent <GuardControl>();
     }
     guardControl.hurtVampire();
 }