Ejemplo n.º 1
0
    public void SetBall(BallData ball)
    {
        _stats = ball;

        _density     = _stats.GetDensity();
        _maxVelocity = _stats.GetMaxVelocity();
        _weight      = _stats.GetWeight();
        _hardness    = _stats.GetHardness();
    }