@Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put(CHAINSUSED, chainsUsed); }
@Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put(WEAPON, weapon); }
@Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put(DEMONGOOGENERATION, demonGooGeneration); }
@Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put(PEDESTAL, nextPedestal); }
@Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put(DISARMHITS, hitsToDisarm); }