From 66fa35a665575a4db9f061d259d93989be4cd3c7 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Wed, 29 Nov 2023 11:26:57 +0400 Subject: [PATCH] Expose _processQueues and _processQueueProfilerString for IOEntity --- resources/Rust.opj | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/resources/Rust.opj b/resources/Rust.opj index 89141d421..ffecb8180 100644 --- a/resources/Rust.opj +++ b/resources/Rust.opj @@ -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::_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::_processQueueProfilerString", + "Parameters": [] + }, + "MSILHash": "" } ], "Fields": [ @@ -49821,4 +49861,4 @@ "Fields": [] } ] -} \ No newline at end of file +}