Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. private static bool HasUrgotEBuff(Obj_AI_Base e)
  2. {
  3. if (e.HasBuff("urgotcorrosivedebuff"))
  4. {
  5. return e.GetBuff("urgotcorrosivedebuff");
  6. }
  7. else
  8. return 0;
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement