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

@@ -163,9 +163,8 @@ means that the last child of root is always the loaded scene.
.. code-tab:: csharp
using Godot;
using System;
public class Global : Godot.Node
public partial class Global : Node
{
public Node CurrentScene { get; set; }