Advertisement
Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class General
  2. {
  3. AFL_Medic[] =
  4. {
  5. {
  6. "medical",
  7. {
  8. {"AFL_antibiotic",100,-1},
  9. {"AFL_bandage",200,-1}
  10. };
  11. }
  12. };
  13. AFL_Foods[] =
  14. {
  15. {
  16. "superette",
  17. {
  18. {"AFL_antibiotic",100,-1},
  19. {"AFL_bandage",200,-1}
  20. };
  21. }
  22. };
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement