1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #50378 from Razoric480/apply-edit-40

This commit is contained in:
Rémi Verschelde
2021-09-25 20:43:17 +02:00
committed by GitHub
5 changed files with 126 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ protected:
void list_script_files(const String &p_root_dir, List<String> &r_files);
void apply_new_signal(Object *obj, String function, PackedStringArray args);
public:
String root;
String root_uri;