コード例 #1
0
    public void Reshot()
    {
        var ball = _shotter.SetBall();

        _shotter.Shot(ball);
    }
コード例 #2
0
 void Test_shot()
 {
     _shotter.Shot(_target);
 }