mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev
This commit is contained in:
commit
1d177b1b15
4
NewHorizons/External/Modules/PropModule.cs
vendored
4
NewHorizons/External/Modules/PropModule.cs
vendored
@ -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;
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user