private void Ram() { var ramVector = new Vector2D(_Robot.Position, _Robot.Enemy.Position); Steering.Steer(_Robot, ramVector); }