Advertisement
TheMisticogamer

Untitled

Dec 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. class viande {
  2. ammount = 3;
  3. zones[] = { "viande_1" };
  4. item = "";
  5. zoneSize = 60;
  6. };
  7.  
  8. class legumes {
  9. ammount = 3;
  10. zones[] = { "legumes_1" };
  11. item = "";
  12. zoneSize = 60;
  13. };
  14.  
  15. class sauce {
  16. ammount = 3;
  17. zones[] = { "sauce_1" };
  18. item = "";
  19. zoneSize = 60;
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement