public void Reshot() { var ball = _shotter.SetBall(); _shotter.Shot(ball); }
void Test_shot() { _shotter.Shot(_target); }