mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
classref: Sync with current master branch (929333fe2)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user