Add class registration comment hint for main branch
This commit is contained in:
		
							parent
							
								
									286034b315
								
							
						
					
					
						commit
						1a4a8291f6
					
				| 
						 | 
				
			
			@ -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 a new issue