|
@@ -337,7 +337,7 @@ Now, select the :ref:`CharacterBody3D <class_CharacterBody3D>` node which we nam
|
|
[GlobalClass]
|
|
[GlobalClass]
|
|
public partial class BotStatsTable : Resource
|
|
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()
|
|
public BotStatsTable()
|
|
{
|
|
{
|