update c# class examples

This commit is contained in:
Hana
2023-01-11 21:03:35 +01:00
parent 33c61914b4
commit 9e90766a92
37 changed files with 144 additions and 121 deletions

View File

@@ -100,7 +100,7 @@ Example:
using Godot;
public class MyNode : Node
public partial class MyNode : Node
{
[Export]
private NodePath _nodePath;