Advertisement
Guest User

Untitled

a guest
Nov 4th, 2024
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. public enum WildSpawnType
  2. {
  3. marksman = 0,
  4. assault = 1,
  5. bossTest = 2,
  6. bossBully = 3,
  7. followerTest = 4,
  8. followerBully = 5,
  9. bossKilla = 6,
  10. bossKojaniy = 7,
  11. followerKojaniy = 8,
  12. pmcBot = 9,
  13. cursedAssault = 10,
  14. bossGluhar = 11,
  15. followerGluharAssault = 12,
  16. followerGluharSecurity = 13,
  17. followerGluharScout = 14,
  18. followerGluharSnipe = 15,
  19. followerSanitar = 16,
  20. bossSanitar = 17,
  21. test = 18,
  22. assaultGroup = 19,
  23. sectantWarrior = 20,
  24. sectantPriest = 21,
  25. bossTagilla = 22,
  26. followerTagilla = 23,
  27. exUsec = 24,
  28. gifter = 25,
  29. bossKnight = 26,
  30. followerBigPipe = 27,
  31. followerBirdEye = 28,
  32. bossZryachiy = 29,
  33. followerZryachiy = 30,
  34. bossBoar = 32,
  35. followerBoar = 33,
  36. arenaFighter = 34,
  37. arenaFighterEvent = 35,
  38. bossBoarSniper = 36,
  39. crazyAssaultEvent = 37,
  40. peacefullZryachiyEvent = 38,
  41. sectactPriestEvent = 39,
  42. ravangeZryachiyEvent = 40,
  43. followerBoarClose1 = 41,
  44. followerBoarClose2 = 42,
  45. bossKolontay = 43,
  46. followerKolontayAssault = 44,
  47. followerKolontaySecurity = 45,
  48. shooterBTR = 46,
  49. bossPartisan = 47,
  50. spiritWinter = 48,
  51. spiritSpring = 49,
  52. peacemaker = 50,
  53. pmcBEAR = 51,
  54. pmcUSEC = 52,
  55. skier = 53,
  56. sectantPredvestnik = 57,
  57. sectantPrizrak = 58,
  58. sectantOni = 59,
  59. infectedAssault = 60,
  60. infectedPmc = 61,
  61. infectedCivil = 62,
  62. infectedLaborant = 63,
  63. infectedTagilla = 64
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement