Ejemplo n.º 1
0
 public void removeGround(ISolidObject entity)
 {
     AllGround.Remove(entity);
 }
Ejemplo n.º 2
0
 public void addGround(ISolidObject entity)
 {
     AllGround.Add(entity);
 }