Exemplo n.º 1
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(CHAINSUSED, chainsUsed);
 }
Exemplo n.º 2
0
 @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);
 }
Exemplo n.º 4
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(PEDESTAL, nextPedestal);
 }
Exemplo n.º 5
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(DISARMHITS, hitsToDisarm);
 }