Beispiel #1
0
 public Puck()
 {
     Velocity = new Velocity();
     Location = new PointD(0, 0);
 }