示例#1
0
 public void OnDashInputDown()
 {
     if (dash)
     {
         dash.BeginDash(directionalInput, ref velocity);
     }
 }