Skip to content

Commit

Permalink
Expose _processQueues and _processQueueProfilerString for IOEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
rostov114 authored and MrBlue committed Dec 5, 2023
1 parent 98619a0 commit 66fa35a
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -48905,6 +48905,46 @@
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "IOEntity::_processQueues",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "IOEntity",
"Type": 0,
"TargetExposure": [
2,
4
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "_processQueues",
"FullTypeName": "System.Collections.Generic.Dictionary`2<IOEntity/QueueType,System.Collections.Generic.Queue`1<IOEntity>> IOEntity::_processQueues",
"Parameters": []
},
"MSILHash": ""
},
{
"Name": "IOEntity::_processQueueProfilerString",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "IOEntity",
"Type": 0,
"TargetExposure": [
2,
4
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "_processQueueProfilerString",
"FullTypeName": "System.Collections.Generic.Dictionary`2<IOEntity/QueueType,System.String> IOEntity::_processQueueProfilerString",
"Parameters": []
},
"MSILHash": ""
}
],
"Fields": [
Expand Down Expand Up @@ -49821,4 +49861,4 @@
"Fields": []
}
]
}
}

0 comments on commit 66fa35a

Please sign in to comment.