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