Merge pull request #9176 from BSChad/patch-1

Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e)
This commit is contained in:
Max Hilbrunner
2024-04-06 15:53:59 +02:00
committed by Max Hilbrunner
parent 176700ebb0
commit 30a3264e8e

View File

@@ -201,7 +201,7 @@ Base placeholders
+==========================+====================================================+
| ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). |
+--------------------------+----------------------------------------------------+
| ``_CLASS_`` | The name of the new class (used in C# only). |
| ``_CLASS_`` | The name of the new class. |
+--------------------------+----------------------------------------------------+
| ``_BASE_`` | The base type a new script inherits from. |
+--------------------------+----------------------------------------------------+