public void MoveRight(float value) { PawnMove.TurnRight(value); }
public void RotateRight(float value) { TankGun.TurnRight(value); }