浏览代码

Fix heading order in objet_class

Rémi Verschelde 9 年之前
父节点
当前提交
99bdeeaa45
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      reference/object_class.rst

+ 3 - 0
reference/object_class.rst

@@ -3,6 +3,9 @@
 Object class
 ============
 
+General definition
+------------------
+
 :ref:`Object <class_object>` is the base class for almost everything. Most classes in Godot
 inherit directly or indirectly from it. Objects provide reflection and
 editable properties, and declaring them is a matter of using a single