Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class viande {
- ammount = 3;
- zones[] = { "viande_1" };
- item = "";
- zoneSize = 60;
- };
- class legumes {
- ammount = 3;
- zones[] = { "legumes_1" };
- item = "";
- zoneSize = 60;
- };
- class sauce {
- ammount = 3;
- zones[] = { "sauce_1" };
- item = "";
- zoneSize = 60;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement