Merge pull request #9431 from KitzuGG/master

Fix (C#) Dictionaries in the Scripting/Resources section
This commit is contained in:
A Thousand Ships
2024-05-29 01:27:03 -09:00
committed by GitHub
+1 -1
View File
@@ -337,7 +337,7 @@ Now, select the :ref:`CharacterBody3D <class_CharacterBody3D>` node which we nam
[GlobalClass]
public partial class BotStatsTable : Resource
{
private Godot.Dictionary<string, BotStats> _stats = new Godot.Dictionary<string, BotStats>();
private Godot.Collections.Dictionary<string, BotStats> _stats = new Godot.Collections.Dictionary<string, BotStats>();
public BotStatsTable()
{