mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Restore script class cache if removed
I have no idea why anyone would do this, but this fixes it. Fixes #72154. Depends on #72444 being merged to function properly.
This commit is contained in:
@@ -91,6 +91,8 @@ public:
|
||||
static void get_global_class_list(List<StringName> *r_global_classes);
|
||||
static void get_inheriters_list(const StringName &p_base_type, List<StringName> *r_classes);
|
||||
static void save_global_classes();
|
||||
static bool has_global_classes();
|
||||
static String get_global_class_cache_file_path();
|
||||
|
||||
static void init_languages();
|
||||
static void finish_languages();
|
||||
|
||||
Reference in New Issue
Block a user