mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | namespace Godot.SourceGenerators.Sample | ||
|  | { | ||
|  |     partial class Bar : Godot.Object | ||
|  |     { | ||
|  |     } | ||
|  | 
 | ||
|  |     // Foo in another file | ||
|  |     partial class Foo | ||
|  |     { | ||
|  |     } | ||
|  | 
 | ||
|  |     partial class NotSameNameAsFile : Godot.Object | ||
|  |     { | ||
|  |     } | ||
|  | } |