Пример #1
0
 public void UpgradeItem()
 {
     if (itemLevel < itemMaxLevel)
     {
         itemLevel++;
     }
     if (this.IsHackerMod())
     {
         HackerMod modToCheck = this as HackerMod;
         modToCheck.FillExtraSlotsWithEmptyMods();
     }
 }