2
0
Эх сурвалжийг харах

Fix outdated _CLASS_ script template description.

_CLASS_ works in gdscript as well, so remove the `(C# only)` note.
Chad Stewart 1 жил өмнө
parent
commit
47d13403e3

+ 1 - 1
tutorials/scripting/creating_script_templates.rst

@@ -203,7 +203,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.          |
 +--------------------------+----------------------------------------------------+