Example #1
0
 public void Fix()
 {
     ruby.PlaySound(gotHit);
     rigidbody2d.simulated = false;
     animator.SetTrigger("Fixed");
     smokeEffect.Stop();
     ruby.PlaySound(gotFixed);
     ruby.RepairProgress();
 }