Plugins: Add LoadPipelineStarting / LoadPipelineEnding, rename IsHandled to FullyProcessed
This commit is contained in:
@@ -258,7 +258,7 @@ namespace Il2CppInspector
|
||||
try {
|
||||
action(p, eventInfo);
|
||||
|
||||
if (eventInfo.IsHandled)
|
||||
if (eventInfo.FullyProcessed)
|
||||
break;
|
||||
}
|
||||
catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user