瀏覽代碼

Replace Reference usage with RefCounted

Tyler Pelaez 1 年之前
父節點
當前提交
ce308e7ca8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/resources.rst

+ 1 - 1
tutorials/scripting/resources.rst

@@ -160,7 +160,7 @@ Creating your own resources
 Like any Object in Godot, users can also script Resources. Resource scripts
 Like any Object in Godot, users can also script Resources. Resource scripts
 inherit the ability to freely translate between object properties and serialized
 inherit the ability to freely translate between object properties and serialized
 text or binary data (\*.tres, \*.res). They also inherit the reference-counting
 text or binary data (\*.tres, \*.res). They also inherit the reference-counting
-memory management from the Reference type.
+memory management from the RefCounted type.
 
 
 This comes with many distinct advantages over alternative data
 This comes with many distinct advantages over alternative data
 structures, such as JSON, CSV, or custom TXT files. Users can only import these
 structures, such as JSON, CSV, or custom TXT files. Users can only import these