示例#1
0
 void JumpInDirection(Vector2 mult)
 {
     playerWalkMove.JumpInDirection(Vector3.forward * mult.x, mult.y);
 }