Skip to content

Commit 2fc6a92

Browse files
committed
Fix name of ObjectOverridesProcessingLayer
1 parent a29d31e commit 2fc6a92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Il2CppInterop.Generator/ObjectOverridesProcessingLayer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace Il2CppInterop.Generator;
88

99
public class ObjectOverridesProcessingLayer : Cpp2IlProcessingLayer
1010
{
11-
public override string Name => "Struct Processor";
12-
public override string Id => "struct_processor";
11+
public override string Name => "Object Overrides Processor";
12+
public override string Id => "object_overrides_processor";
1313
public override void Process(ApplicationAnalysisContext appContext, Action<int, int>? progressCallback = null)
1414
{
1515
var systemObject = appContext.SystemTypes.SystemObjectType;

0 commit comments

Comments
 (0)