mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
update c# class examples
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user