Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public List<Tool> Tools
  2. {
  3. get
  4. {
  5. List<Tool> tools= new List<Tool>();
  6. foreach (var box this.Boxes)
  7. {
  8. tools.AddRange(box.tools);
  9. }
  10. return tools;
  11. }
  12. }
Add Comment
Please, Sign In to add comment