Merge pull request #3 from Gallilus/4.0-1

Add commented hint for class registration
4.0
Patrick Exner (FlameLizard) 2023-08-26 17:23:47 +02:00 committed by GitHub
commit 8427a8f7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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) {