Ball.Ball C# (CSharp) Method

Ball() public method

public Ball ( Pongpector pongpector ) : UnityEngine
pongpector Pongpector
return UnityEngine
    public Ball(Pongpector pongpector)
    {
        this.pongpector = pongpector;
        this.texture = pongpector.texture;
    }