fix: Finishes code gen for misc items (#1248)

This commit is contained in:
Kamron Batman 2022-11-13 23:10:13 -08:00 committed by GitHub
parent 6d00b2caa9
commit 5660f4636e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2797 additions and 3156 deletions

View file

@ -0,0 +1,24 @@
{
"version": 1,
"type": "Server.Items.ControlPanel",
"properties": [
{
"name": "SideLength",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "Path",
"type": "Server.Point2D[]",
"rule": "ArrayMigrationRule",
"ruleArguments": [
"Server.Point2D",
"PrimitiveUOTypeMigrationRule",
"Point2D"
]
}
]
}