Beispiel #1
0
 public void removeGround(ISolidObject entity)
 {
     AllGround.Remove(entity);
 }
Beispiel #2
0
 public void addGround(ISolidObject entity)
 {
     AllGround.Add(entity);
 }