Example #1
0
 private void OnCollisionEnter2D(Collision2D collider)
 {
     myChargeDash.Kill(currentSpeed, deathSpeed);
 }