예제 #1
0
 public BallFactory(Resourse.MyTexture texture, Color c, String impactType, String roadType)
 {
     this.color      = c;
     this.texture    = texture;
     this.impactType = impactType;
     this.roadType   = roadType;
 }
예제 #2
0
 public BallFactory(Resourse.MyTexture texture,Color c , String impactType, String roadType)
 {
     this.color = c;
     this.texture = texture;
     this.impactType = impactType;
     this.roadType = roadType;
 }