mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
update c# class examples
This commit is contained in:
@@ -100,7 +100,7 @@ Example:
|
||||
|
||||
using Godot;
|
||||
|
||||
public class MyNode : Node
|
||||
public partial class MyNode : Node
|
||||
{
|
||||
[Export]
|
||||
private NodePath _nodePath;
|
||||
|
||||
Reference in New Issue
Block a user