mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	 97713ff77a
			
		
	
	
		97713ff77a
		
	
	
	
	
		
			
			Changed the signal declaration signal to: ``` // The following generates a MySignal event [Signal] public delegate void MySignalEventHandler(int param); ```
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			505 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			505 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 SignalAttr = "Godot.SignalAttribute";
 | |
|         public const string GodotClassNameAttr = "Godot.GodotClassName";
 | |
|         public const string SystemFlagsAttr = "System.FlagsAttribute";
 | |
|     }
 | |
| }
 |