Merge pull request #6 from paddy-exe/main
Add class registration comment hint for main branch
This commit is contained in:
		
						commit
						4c0556fcb8
					
				| 
						 | 
					@ -11,6 +11,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
 | 
				
			||||||
	if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
 | 
						if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						//ClassDB::register_class<YourClass>();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {
 | 
					void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue