示例#1
0
 @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);
 }
示例#5
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(DISARMHITS, hitsToDisarm);
 }