Skip to content

Commit

Permalink
Expose various fields/methods as public
Browse files Browse the repository at this point in the history
  • Loading branch information
WheteThunger authored and MrBlue committed Jul 31, 2024
1 parent aec0f79 commit 2f0433e
Showing 1 changed file with 115 additions and 1 deletion.
116 changes: 115 additions & 1 deletion resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -47669,7 +47669,7 @@
"TypeName": "ZiplineLaunchPoint",
"Type": 1,
"TargetExposure": [
0
2
],
"Flagged": false,
"Signature": {
Expand Down Expand Up @@ -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<PathList> 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<PathList> 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<PathList> 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": [
Expand Down

0 comments on commit 2f0433e

Please sign in to comment.