Example #1
0
 @Override
 public void restoreFromBundle(Bundle bundle) {
   super.restoreFromBundle(bundle);
   chainsUsed = bundle.getBoolean(CHAINSUSED);
 }
 @Override
 public void restoreFromBundle(Bundle bundle) {
   super.restoreFromBundle(bundle);
   weapon = (Weapon) bundle.get(WEAPON);
 }
 @Override
 public void restoreFromBundle(Bundle bundle) {
   super.restoreFromBundle(bundle);
   demonGooGeneration = bundle.getInt(DEMONGOOGENERATION);
 }
 @Override
 public void restoreFromBundle(Bundle bundle) {
   super.restoreFromBundle(bundle);
   nextPedestal = bundle.getBoolean(PEDESTAL);
 }
Example #5
0
 @Override
 public void restoreFromBundle(Bundle bundle) {
   super.restoreFromBundle(bundle);
   hitsToDisarm = bundle.getInt(DISARMHITS);
 }