Beispiel #1
0
 private void insertObject(Igameobject obj, int x, int y)
 {
     objects.Add(obj);
     agrid.insertgrid(obj, x, y);
 }