示例#1
0
 public void Hit(bool isStunned)
 {
     blink.StartBlinking();
     hit.EmitParticles();
     GotHit(isStunned);
 }