diff --git a/tutorials/scripting/resources.rst b/tutorials/scripting/resources.rst index db51713c1..4e61ddccc 100644 --- a/tutorials/scripting/resources.rst +++ b/tutorials/scripting/resources.rst @@ -332,7 +332,7 @@ Now, select the :ref:`CharacterBody3D ` node which we nam public partial class BotStatsTable : Resource { - private Godot.Dictionary _stats = new Godot.Dictionary(); + private Godot.Collections.Dictionary _stats = new Godot.Collections.Dictionary(); public BotStatsTable() {