mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			745 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			745 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Godot.SourceGenerators
 | |
| {
 | |
|     public static class GodotClasses
 | |
|     {
 | |
|         public const string Object = "Godot.Object";
 | |
|         public const string AssemblyHasScriptsAttr = "Godot.AssemblyHasScriptsAttribute";
 | |
|         public const string ExportAttr = "Godot.ExportAttribute";
 | |
|         public const string ExportCategoryAttr = "Godot.ExportCategoryAttribute";
 | |
|         public const string ExportGroupAttr = "Godot.ExportGroupAttribute";
 | |
|         public const string ExportSubgroupAttr = "Godot.ExportSubgroupAttribute";
 | |
|         public const string SignalAttr = "Godot.SignalAttribute";
 | |
|         public const string GodotClassNameAttr = "Godot.GodotClassName";
 | |
|         public const string SystemFlagsAttr = "System.FlagsAttribute";
 | |
|     }
 | |
| }
 | 
