mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove documentation of obsolete features
We don't want people to use these things
This commit is contained in:
parent
5f05f598d4
commit
66bece90c8
4
NewHorizons/External/PropModule.cs
vendored
4
NewHorizons/External/PropModule.cs
vendored
@ -33,8 +33,8 @@ namespace NewHorizons.External
|
||||
public class DetailInfo
|
||||
{
|
||||
public string path;
|
||||
public string objFilePath;
|
||||
public string mtlFilePath;
|
||||
public string objFilePath; //obsolete DO NOT DOCUMENT
|
||||
public string mtlFilePath; //obsolete
|
||||
public string assetBundle;
|
||||
public MVector3 position;
|
||||
public MVector3 rotation;
|
||||
|
||||
@ -607,14 +607,6 @@
|
||||
"type": "string",
|
||||
"description": "Relative filepath to an asset-bundle"
|
||||
},
|
||||
"objFilePath": {
|
||||
"type": "string",
|
||||
"description": "Relative filepath to the obj file"
|
||||
},
|
||||
"mtlFilePath": {
|
||||
"type": "string",
|
||||
"description": "Relative filepath to the mtl file of the obj file"
|
||||
},
|
||||
"position": {
|
||||
"$ref": "#/$defs/vector3"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user