@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); }
@Override public void restoreFromBundle(Bundle bundle) { super.restoreFromBundle(bundle); hitsToDisarm = bundle.getInt(DISARMHITS); }