@dcl/asset-packs 1.2.7-20231019152805.commit-e753fb3 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +74 -72
- package/catalog.json +3 -18
- package/dist/bin/index.js +74 -72
- package/dist/definitions.d.ts +2 -64
- package/dist/definitions.js +3 -72
- package/dist/enums.d.ts +64 -0
- package/dist/enums.js +72 -0
- package/dist/triggers.js +1 -1
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -39490,12 +39490,7 @@
|
|
|
39490
39490
|
"value": [
|
|
39491
39491
|
{
|
|
39492
39492
|
"type": "on_click",
|
|
39493
|
-
"actions": [
|
|
39494
|
-
{
|
|
39495
|
-
"id": "",
|
|
39496
|
-
"name": ""
|
|
39497
|
-
}
|
|
39498
|
-
]
|
|
39493
|
+
"actions": []
|
|
39499
39494
|
}
|
|
39500
39495
|
]
|
|
39501
39496
|
}
|
|
@@ -44112,21 +44107,11 @@
|
|
|
44112
44107
|
"value": [
|
|
44113
44108
|
{
|
|
44114
44109
|
"type": "on_player_enters_area",
|
|
44115
|
-
"actions": [
|
|
44116
|
-
{
|
|
44117
|
-
"id": "",
|
|
44118
|
-
"name": ""
|
|
44119
|
-
}
|
|
44120
|
-
]
|
|
44110
|
+
"actions": []
|
|
44121
44111
|
},
|
|
44122
44112
|
{
|
|
44123
44113
|
"type": "on_player_leaves_area",
|
|
44124
|
-
"actions": [
|
|
44125
|
-
{
|
|
44126
|
-
"id": "",
|
|
44127
|
-
"name": ""
|
|
44128
|
-
}
|
|
44129
|
-
]
|
|
44114
|
+
"actions": []
|
|
44130
44115
|
}
|
|
44131
44116
|
]
|
|
44132
44117
|
}
|