This commit is contained in:
Nick 2022-06-15 12:02:06 -04:00
commit 1d177b1b15
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ namespace NewHorizons.External.Modules
public class ScatterInfo
{
/// <summary>
/// Relative filepath to an asset-bundle"
/// Relative filepath to an asset-bundle
/// </summary>
public string assetBundle;
@ -125,7 +125,7 @@ namespace NewHorizons.External.Modules
public bool alignToNormal;
/// <summary>
/// Relative filepath to an asset-bundle to load the prefab defined in `path` from/
/// Relative filepath to an asset-bundle to load the prefab defined in `path` from
/// </summary>
public string assetBundle;

View File

@ -821,7 +821,7 @@
},
"assetBundle": {
"type": "string",
"description": "Relative filepath to an asset-bundle to load the prefab defined in `path` from/"
"description": "Relative filepath to an asset-bundle to load the prefab defined in `path` from"
},
"path": {
"type": "string",
@ -1096,7 +1096,7 @@
"properties": {
"assetBundle": {
"type": "string",
"description": "Relative filepath to an asset-bundle\""
"description": "Relative filepath to an asset-bundle"
},
"count": {
"type": "integer",