Advertisement
totatoto

building.json

Feb 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.29 KB | None | 0 0
  1. {
  2.     "<id>": {
  3.         "id": "<id>",
  4.         "name": "<name>",
  5.         "description": "<description>",
  6.      "Max": <max quantity>
  7.         "jsonCosts": [
  8.             {
  9.                 "currency":"<Currency name>",
  10.                 "quantity":<cost>
  11.             }
  12.         ]
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement