hytopia 0.14.41 → 0.14.42
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/docs/server.playercosmetics.md +2 -1
- package/package.json +1 -1
- package/server.api.json +1 -1
- package/server.d.ts +2 -1
- package/server.mjs +48 -26
package/package.json
CHANGED
package/server.api.json
CHANGED
|
@@ -37946,7 +37946,7 @@
|
|
|
37946
37946
|
},
|
|
37947
37947
|
{
|
|
37948
37948
|
"kind": "Content",
|
|
37949
|
-
"text": ";\n }[];\n
|
|
37949
|
+
"text": ";\n }[];\n hairModelUri?: string;\n hairTextureUri?: string;\n skinTextureUri: string;\n}"
|
|
37950
37950
|
},
|
|
37951
37951
|
{
|
|
37952
37952
|
"kind": "Content",
|
package/server.d.ts
CHANGED