예제 #1
0
 private void CmdDriveVehicle(float hAxis, float vAxis)
 {
     currentVehicle.CmdMove(new Vector2(hAxis, vAxis));
 }