Exemplo n.º 1
0
 void Jump()
 {
     this_rb.velocity = new Vector3(0, jump_height, 0);
     is_falling       = true;
     if (caster.casting == true)
     {
         caster.Interrupt();
     }
 }