Exemplo n.º 1
0
        public void StoreInBundle(Bundle bundle)
        {
            bundle.Put(REASON, info);
            bundle.Put(WIN, win);
            bundle.Put(SCORE, score);

            heroClass.StoreInBundle(bundle);
            bundle.Put(TIER, armorTier);

            bundle.Put(GAME, gameFile);
        }