mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Correction on usage of Dictionaries in C# as it should be 'Godot.Collections.Dictionary<>'
(cherry picked from commit d884e3ef07)
This commit is contained in:
@@ -332,7 +332,7 @@ Now, select the :ref:`CharacterBody3D <class_CharacterBody3D>` node which we nam
|
||||
|
||||
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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user