Example #1
0
 @Override
 protected void bodyDefB4CreationCallback(BodyDef def) {
   def.isBullet = true;
   super.bodyDefB4CreationCallback(def);
 }