Add project to test that plugin skips unwritable properties

This commit is contained in:
Lucien Greathouse
2021-01-16 15:34:59 -07:00
parent 040b9c1452
commit 5989ab3b85
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "script-unwritable",
"tree": {
"$className": "DataModel",
"HttpService": {
"$properties": {
"HttpEnabled": true
}
},
"StarterPlayer": {
"$properties": {
"GameSettingsAvatar": "R15"
}
}
}
}