Jelajahi Sumber

Merge pull request #9027 from TylerPelaez/patch-1

Replace Reference usage with RefCounted in Resources Tutorial

(cherry picked from commit fce8f259051745ef36e9feb6ff1c56f036aed56d)
Max Hilbrunner 1 tahun lalu
induk
melakukan
842c3ce233
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 inherit the ability to freely translate between object properties and serialized
 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
 structures, such as JSON, CSV, or custom TXT files. Users can only import these