Merge pull request #6 from paddy-exe/main
Add class registration comment hint for main branchpull/8/head
commit
4c0556fcb8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue