Vaulta

tothemoonmnt

Contract

  • Struct property of building

    {
      "name": "building_row",
      "base": "",
      "fields": [
        {
          "name": "building_id",
          "type": "uint32"
        },
        {
          "name": "level",
          "type": "uint16"
        },
        {
          "name": "position",
          "type": "vector2"
        },
        {
          "name": "built_time",
          "type": "uint32"
        },
        {
          "name": "in_construction",
          "type": "bool"
        },
        {
          "name": "reward",
          "type": "bool"
        },
        {
          "name": "flip",
          "type": "bool"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }