mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	 c9b75431f3
			
		
	
	
		c9b75431f3
		
	
	
	
	
		
			
			Not a full refactor as it still goes through ScriptLanguage so it's hacky, but at least it can now compile without this.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| // meta-description: Empty template suitable for all Objects
 | |
| 
 | |
| using _BINDINGS_NAMESPACE_;
 | |
| using System;
 | |
| 
 | |
| public partial class _CLASS_ : _BASE_
 | |
| {
 | |
| }
 |