소스 검색

Merge pull request #9176 from BSChad/patch-1

Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e4dedfd3c0459a147a35bfc8cd9472b)
Max Hilbrunner 1 년 전
부모
커밋
30a3264e8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/creating_script_templates.rst

+ 1 - 1
tutorials/scripting/creating_script_templates.rst

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