Esempio n. 1
0
 private void updateTearStatus()
 {
     isTearOwned = BrutalItemInfo.GetItemSlot(3070) != -1 || BrutalItemInfo.GetItemSlot(3003) != -1;
     Core.DelayAction(updateTearStatus, 5000);
 }
Esempio n. 2
0
 public static int GetItemSlot(this LoLItem it)
 {
     BrutalItemInfo.GetItemSlot(it.id);
     return(-1);
 }