Advertisement
Guest User

Untitled

a guest
Jan 11th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Equals(type, gamedataItemType.Prt_AR_SMG_LMGMod) ||
  2. Equals(type, gamedataItemType.Prt_BladeMod) ||
  3. Equals(type, gamedataItemType.Prt_BluntMod) ||
  4. Equals(type, gamedataItemType.Prt_BootsFabricEnhancer) ||
  5. Equals(type, gamedataItemType.Prt_Capacitor) ||
  6. Equals(type, gamedataItemType.Prt_FabricEnhancer) ||
  7. Equals(type, gamedataItemType.Prt_FaceFabricEnhancer) ||
  8. Equals(type, gamedataItemType.Prt_Fragment) ||
  9. Equals(type, gamedataItemType.Prt_HandgunMod) ||
  10. Equals(type, gamedataItemType.Prt_HandgunMuzzle) ||
  11. Equals(type, gamedataItemType.Prt_HeadFabricEnhancer) ||
  12. Equals(type, gamedataItemType.Prt_LongScope) ||
  13. Equals(type, gamedataItemType.Prt_Magazine) ||
  14. Equals(type, gamedataItemType.Prt_MeleeMod) ||
  15. Equals(type, gamedataItemType.Prt_Mod) ||
  16. Equals(type, gamedataItemType.Prt_Muzzle) ||
  17. Equals(type, gamedataItemType.Prt_OuterTorsoFabricEnhancer) ||
  18. Equals(type, gamedataItemType.Prt_PantsFabricEnhancer) ||
  19. Equals(type, gamedataItemType.Prt_PowerMod) ||
  20. Equals(type, gamedataItemType.Prt_PowerSniperScope) ||
  21. Equals(type, gamedataItemType.Prt_Precision_Sniper_RifleMod) ||
  22. Equals(type, gamedataItemType.Prt_Program) ||
  23. Equals(type, gamedataItemType.Prt_RangedMod) ||
  24. Equals(type, gamedataItemType.Prt_Receiver) ||
  25. Equals(type, gamedataItemType.Prt_RifleMuzzle) ||
  26. Equals(type, gamedataItemType.Prt_Scope) ||
  27. Equals(type, gamedataItemType.Prt_ScopeRail) ||
  28. Equals(type, gamedataItemType.Prt_ShortScope) ||
  29. Equals(type, gamedataItemType.Prt_ShotgunMod) ||
  30. Equals(type, gamedataItemType.Prt_SmartMod) ||
  31. Equals(type, gamedataItemType.Prt_Stock) ||
  32. Equals(type, gamedataItemType.Prt_TargetingSystem) ||
  33. Equals(type, gamedataItemType.Prt_TechMod) ||
  34. Equals(type, gamedataItemType.Prt_TechSniperScope) ||
  35. Equals(type, gamedataItemType.Prt_ThrowableMod) ||
  36. Equals(type, gamedataItemType.Prt_TorsoFabricEnhancer) ||
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement