Skip to content

Commit

Permalink
Merge pull request #10398 from tetrapod00/tweak-csharp-diff
Browse files Browse the repository at this point in the history
Tweak wording in C# differences
  • Loading branch information
mhilbrunner authored Dec 14, 2024
2 parents 1ec3e45 + ccb0a71 commit 4e8160d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/scripting/c_sharp/c_sharp_differences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ Example:
Input.Singleton.JoyConnectionChanged += Input_JoyConnectionChanged;
If you are developing main screen plugins using C#, it is essential to note the
distinctions between ``GDScript`` and ``C#`` during setup. Unlike in ``GDScript``,
this portion is not a static class in ``C#``. Consequently, you must employ the singleton
pattern to obtain an instance of the ``EditorInterface``:
If you are developing main screen plugins, it is essential to note that
``EditorInterface`` is not a static class in C#, unlike in GDScript.
Therefore, you must use the singleton pattern to obtain an instance of the
``EditorInterface``:

==================== ==============================================================
GDScript C#
Expand Down

0 comments on commit 4e8160d

Please sign in to comment.