From 2f0433ec57243067aae0d0fb898c309e6494becc Mon Sep 17 00:00:00 2001 From: WhiteThunder Date: Sun, 21 Jul 2024 13:09:48 -0700 Subject: [PATCH] Expose various fields/methods as public --- resources/Rust.opj | 116 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 115 insertions(+), 1 deletion(-) diff --git a/resources/Rust.opj b/resources/Rust.opj index 046022cde..b5bb644c8 100644 --- a/resources/Rust.opj +++ b/resources/Rust.opj @@ -47669,7 +47669,7 @@ "TypeName": "ZiplineLaunchPoint", "Type": 1, "TargetExposure": [ - 0 + 2 ], "Flagged": false, "Signature": { @@ -51996,6 +51996,120 @@ "Parameters": [] }, "MSILHash": "" + }, + { + "Name": "PuzzleReset::resetTimeElapsed", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "PuzzleReset", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 0 + ], + "Name": "resetTimeElapsed", + "FullTypeName": "System.Single PuzzleReset::resetTimeElapsed", + "Parameters": [] + }, + "MSILHash": "" + }, + { + "Name": "TerrainPath::MainRoads", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "TerrainPath", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 3 + ], + "Name": "MainRoads", + "FullTypeName": "System.Collections.Generic.List`1 TerrainPath::MainRoads", + "Parameters": [] + }, + "MSILHash": "" + }, + { + "Name": "TerrainPath::SideRoads", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "TerrainPath", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 3 + ], + "Name": "SideRoads", + "FullTypeName": "System.Collections.Generic.List`1 TerrainPath::SideRoads", + "Parameters": [] + }, + "MSILHash": "" + }, + { + "Name": "TerrainPath::TrailRoads", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "TerrainPath", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 3 + ], + "Name": "TrailRoads", + "FullTypeName": "System.Collections.Generic.List`1 TerrainPath::TrailRoads", + "Parameters": [] + }, + "MSILHash": "" + }, + { + "Name": "Recycler::scrapRemainder", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "Recycler", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 0 + ], + "Name": "scrapRemainder", + "FullTypeName": "System.Single Recycler::scrapRemainder", + "Parameters": [] + }, + "MSILHash": "" + }, + { + "Name": "Bike::timeSinceLastUsed", + "AssemblyName": "Assembly-CSharp.dll", + "TypeName": "Bike", + "Type": 0, + "TargetExposure": [ + 2 + ], + "Flagged": false, + "Signature": { + "Exposure": [ + 0 + ], + "Name": "timeSinceLastUsed", + "FullTypeName": "TimeSince Bike::timeSinceLastUsed", + "Parameters": [] + }, + "MSILHash": "" } ], "Fields": [