Fix nested GodotObject class in generic class lead to source generator errors in C#
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
public partial class GenericClass<T>
|
||||
{
|
||||
public partial class NestedClass : GodotObject
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user