Add class registration comment hint for main branch

This commit is contained in:
Patrick-FlameLizard 2023-08-26 19:59:37 +02:00
parent 286034b315
commit 1a4a8291f6

View file

@ -11,6 +11,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
return;
}
//ClassDB::register_class<YourClass>();
}
void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {