From b3602ad292b09eb95a618101fe24b24a33f6994d Mon Sep 17 00:00:00 2001 From: Alexejhero <32238504+Alexejhero@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:37:34 +0300 Subject: [PATCH] Remove partial class access modifier --- BepInEx.AutoPlugin/AutoPluginGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BepInEx.AutoPlugin/AutoPluginGenerator.cs b/BepInEx.AutoPlugin/AutoPluginGenerator.cs index 395f05c..a765bc5 100644 --- a/BepInEx.AutoPlugin/AutoPluginGenerator.cs +++ b/BepInEx.AutoPlugin/AutoPluginGenerator.cs @@ -123,7 +123,7 @@ public void Execute(GeneratorExecutionContext context) namespace {typeSymbol.ContainingNamespace.ToDisplayString()} {{ [{attributeName}({typeSymbol.Name}.Id, ""{name}"", ""{version}"")] - public partial class {typeSymbol.Name} + partial class {typeSymbol.Name} {{ /// /// Id of the .