mirror of
https://github.com/OMGeeky/UnityCodeGenerators.git
synced 2025-12-29 07:46:21 +01:00
make QueryElements part of the base class
This commit is contained in:
@@ -94,7 +94,7 @@ public partial class {classSymbol.Name}
|
|||||||
{{" );
|
{{" );
|
||||||
|
|
||||||
source.Append( $@"
|
source.Append( $@"
|
||||||
public void QueryElements()
|
protected override void QueryElements()
|
||||||
{{
|
{{
|
||||||
" );
|
" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user