Exemple #1
0
 private void updateSlotLevelParadigm(ProgressData.SlotWrapper[] slots)
 {
     ProgressData.SmartSlot smartSlot = ProgressData.GetSmartSlot(slots, this.SlotId);
     updateSlotHelper(smartSlot.SlotType, smartSlot.Ammo, smartSlot.Level);
 }