File tree 1 file changed +4
-4
lines changed
tutorials/scripting/c_sharp 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ Example:
363
363
364
364
Input .Singleton .JoyConnectionChanged += Input_JoyConnectionChanged ;
365
365
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 ``:
370
370
371
371
==================== ==============================================================
372
372
GDScript C#
You can’t perform that action at this time.
0 commit comments