Beispiel #1
0
 private void AddMovingObject(MovingObject obj)
 {
     this.movingObjects.Add(obj);
     this.allObjects.Add(obj);
 }