We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6267ea commit a4d57d6Copy full SHA for a4d57d6
tutorials/scripting/c_sharp/diagnostics/GD0001.rst
@@ -28,7 +28,7 @@ types that aren't declared partial.
28
public class InvalidNode : Node { }
29
30
// The source generators can enhance this type to work with Godot.
31
- public partial class ValidNode { }
+ public partial class ValidNode : Node { }
32
33
How to fix violations
34
---------------------
0 commit comments