Refactored .Net Glue to ship Redot versions of Nuget packages

This commit is contained in:
Kitsune4295
2025-07-21 20:08:55 -05:00
parent 502a4d18f7
commit 032dc7946a
49 changed files with 119 additions and 94 deletions

View File

@@ -37,7 +37,7 @@ namespace Godot.SourceGenerators
));
}
if (!typeSymbol.InheritsFrom("GodotSharp", GodotClasses.GodotObject))
if (!typeSymbol.InheritsFrom("RedotSharp", GodotClasses.GodotObject))
{
context.ReportDiagnostic(Diagnostic.Create(
Common.GlobalClassMustDeriveFromGodotObjectRule,