瀏覽代碼

Merge pull request #9176 from BSChad/patch-1

Fix outdated _CLASS_ script template description.
Max Hilbrunner 1 年之前
父節點
當前提交
208bd8f46e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/creating_script_templates.rst

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