mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-01-03 05:49:10 +03:00
Add class registration comment hint for main branch
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user