Skip to content

Commit

Permalink
adding FGBuildableCornerWallLightweight
Browse files Browse the repository at this point in the history
-   re: #2
  • Loading branch information
SignpostMarv committed Sep 22, 2024
1 parent 35be3da commit 2539d3c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13554,6 +13554,23 @@
}
}
},
{
"$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableCornerWallLightweight'",
"type": "object",
"$ref": "#/$defs/NativeClass",
"unevaluatedProperties": false,
"properties": {
"Classes": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"$ref": "#/$defs/FGBuildableCornerWall",
"unevaluatedProperties": false
}
}
}
},
{
"$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWidgetSign'",
"type": "object",
Expand Down

0 comments on commit 2539d3c

Please sign in to comment.