Guest User

Code

a guest
Jan 11th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. manager.getInventoryContents(730, 2, true, function(err, inventory, currencies) {
  2. if (err) {
  3. console.log(err);
  4. }
  5. return;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment