classref: Sync with current master branch (929333fe2)

This commit is contained in:
Rémi Verschelde
2023-02-07 17:52:34 +01:00
parent 471ee84a9f
commit fc314262d1
124 changed files with 3532 additions and 2028 deletions
+1 -2
View File
@@ -39,10 +39,9 @@ Scripts extending this class and implementing its :ref:`_run<class_EditorScript_
.. code-tab:: csharp
using Godot;
using System;
[Tool]
public class HelloEditor : EditorScript
public partial class HelloEditor : EditorScript
{
public override void _Run()
{