mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Refactored .Net Glue to ship Redot versions of Nuget packages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user