File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tutorials/scripting/c_sharp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ Example:
363363
364364 Input .Singleton .JoyConnectionChanged += Input_JoyConnectionChanged ;
365365
366- If you are developing main screen plugins using C# , it is essential to note the
367- distinctions between `` GDScript `` and `` C# `` during setup. Unlike in `` GDScript ``,
368- this portion is not a static class in `` C# ``. Consequently, you must employ the singleton
369- pattern to obtain an instance of the ``EditorInterface ``:
366+ If you are developing main screen plugins, it is essential to note that
367+ `` EditorInterface `` is not a static class in C#, unlike in GDScript.
368+ Therefore, you must use the singleton pattern to obtain an instance of the
369+ ``EditorInterface ``:
370370
371371==================== ==============================================================
372372GDScript C#
You can’t perform that action at this time.
0 commit comments