private void OnReceiveBallData(Vector3 pos, Vector3 way)
    {
        var ball = tB.getBall();

        tB.throwRecevedBall(pos, way);
    }