Skip to content

Commit

Permalink
Expose Bike::idleFuelPerSec & Bike::maxFuelPerSec
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Jul 7, 2024
1 parent 511ed10 commit 43c57c4
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -51245,6 +51245,44 @@
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "Bike::idleFuelPerSec",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "Bike",
"Type": 0,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "idleFuelPerSec",
"FullTypeName": "System.Single Bike::idleFuelPerSec",
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "Bike::maxFuelPerSec",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "Bike",
"Type": 0,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "maxFuelPerSec",
"FullTypeName": "System.Single Bike::maxFuelPerSec",
"Parameters": []
},
"MSILHash": ""
}
],
"Fields": [
Expand Down

0 comments on commit 43c57c4

Please sign in to comment.