Advertisement
Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. class Physical_Inventories
  2. {
  3. class Alimentation
  4. {
  5. food[]=
  6. {
  7. "AFL_burger",
  8. "AFL_raisin",
  9. "AFL_apple",
  10. "AFL_RiceBox",
  11. "AFL_cereal",
  12. "AFL_Spirit",
  13. "AFL_BakedBeans",
  14. "AFL_TacticalBacon",
  15. "AFL_MeatC"
  16. };
  17. drink[]=
  18. {
  19. "AFL_coca_cola_canette",
  20. "AFL_canteen",
  21. "AFL_redgull",
  22. "AFL_franta",
  23. "AFL_bottleclean"
  24. };
  25. };
  26. class Medical
  27. {
  28. SelfFix[]=
  29. {
  30. "AFL_bandage",
  31. "AFL_antibiotic"
  32. };
  33. };
  34. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement