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