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 public class ScatterInfo
{ {
/// <summary> /// <summary>
/// Relative filepath to an asset-bundle" /// Relative filepath to an asset-bundle
/// </summary> /// </summary>
public string assetBundle; public string assetBundle;
@ -125,7 +125,7 @@ namespace NewHorizons.External.Modules
public bool alignToNormal; public bool alignToNormal;
/// <summary> /// <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> /// </summary>
public string assetBundle; public string assetBundle;

View File

@ -821,7 +821,7 @@
}, },
"assetBundle": { "assetBundle": {
"type": "string", "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": { "path": {
"type": "string", "type": "string",
@ -1096,7 +1096,7 @@
"properties": { "properties": {
"assetBundle": { "assetBundle": {
"type": "string", "type": "string",
"description": "Relative filepath to an asset-bundle\"" "description": "Relative filepath to an asset-bundle"
}, },
"count": { "count": {
"type": "integer", "type": "integer",