File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const new_global_classes := [
1919 "base" : "Node" ,
2020 "class" : "ModLoaderUtils" ,
2121 "language" : "GDScript" ,
22- "path" : "res://addons/mod_loader/mod_loader_utils.gd"
22+ "path" : "res://addons/mod_loader/internal/ mod_loader_utils.gd"
2323 }, {
2424 "base" : "Resource" ,
2525 "class" : "ModManifest" ,
@@ -59,12 +59,12 @@ const new_global_classes := [
5959 "base" : "Object" ,
6060 "class" : "_ModLoaderGodot" ,
6161 "language" : "GDScript" ,
62- "path" : "res://addons/mod_loader/api /godot.gd"
62+ "path" : "res://addons/mod_loader/internal /godot.gd"
6363 }, {
6464 "base" : "Node" ,
6565 "class" : "_ModLoaderSteam" ,
6666 "language" : "GDScript" ,
67- "path" : "res://addons/mod_loader/api /third_party/steam.gd"
67+ "path" : "res://addons/mod_loader/internal /third_party/steam.gd"
6868 }, {
6969 "base" : "Node" ,
7070 "class" : "ModLoaderLog" ,
You can’t perform that action at this time.
0 commit comments