Update plugin to use new property format

This commit is contained in:
Lucien Greathouse
2021-07-02 16:12:12 -04:00
parent 2377f41036
commit 92e6f862ad
4 changed files with 19 additions and 23 deletions

View File

@@ -146,8 +146,7 @@ return function()
id = "VALUE",
changedProperties = {
Value = {
Type = "String",
Value = "WORLD",
String = "WORLD",
},
},
})
@@ -176,8 +175,7 @@ return function()
changedClassName = "StringValue",
changedProperties = {
Value = {
Type = "String",
Value = "I am Root",
String = "I am Root",
},
},
})