public BallFactory(Resourse.MyTexture texture, Color c, String impactType, String roadType) { this.color = c; this.texture = texture; this.impactType = impactType; this.roadType = roadType; }
public BallFactory(Resourse.MyTexture texture,Color c , String impactType, String roadType) { this.color = c; this.texture = texture; this.impactType = impactType; this.roadType = roadType; }