From 46ed90e605ce4d3cc076852a1e3368a51f13e9a9 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 21 Jun 2024 23:26:34 +0200 Subject: [PATCH] make QueryElements part of the base class --- ExampleGenerator/Unity/Ui/UIBackingClassGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleGenerator/Unity/Ui/UIBackingClassGenerator.cs b/ExampleGenerator/Unity/Ui/UIBackingClassGenerator.cs index 41ff48f..ba383ed 100644 --- a/ExampleGenerator/Unity/Ui/UIBackingClassGenerator.cs +++ b/ExampleGenerator/Unity/Ui/UIBackingClassGenerator.cs @@ -94,7 +94,7 @@ public partial class {classSymbol.Name} {{" ); source.Append( $@" - public void QueryElements() + protected override void QueryElements() {{ " );