Esempio n. 1
0
        public GameObject GenerateBall(BallType type)
        {
            var newBall = _ballFactory.GenerateBall(type);

            return(newBall);
        }