more db progress

This commit is contained in:
Alex
2025-01-07 20:00:37 +00:00
parent 7fcce40acc
commit 27422ff33a
13 changed files with 228 additions and 133 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class BotController
throw new NotImplementedException();
}
public BotCore GetBotCoreDifficulty()
public Dictionary<string, object> GetBotCoreDifficulty()
{
throw new NotImplementedException();
}