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.
2 parents 099307f + a4d57d6 commit 700efb2Copy full SHA for 700efb2
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