示例#1
0
 public void deleteUnit(AbstractBullet unit) {
   mBullets.removeValue(unit, true);
   mUnitsHeap.remove(unit);
 }