Advertisement
DarkoreXOR

Untitled

Apr 4th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Slot slot = null;
  2.  
  3. foreach(var x in UI_Slots)
  4. {
  5. if(x.loot != null && x.loot.GetLootID() == loot.GetLootID())
  6. {
  7. slot = x;
  8. break;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement