Example #1
0
 public void God()
 {
     muerte         = GetComponent <Muerte>();
     muerte.godMode = true;
     this.enabled   = true;
 }