mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 04:34:39 +00:00
C#: Add global class support
Co-authored-by: willnationsdev <willnationsdev@gmail.com>
This commit is contained in:
parent
2eec9a67d5
commit
a1f454fee3
15 changed files with 201 additions and 25 deletions
|
|
@ -11,6 +11,7 @@ namespace Godot.SourceGenerators
|
|||
public const string SignalAttr = "Godot.SignalAttribute";
|
||||
public const string MustBeVariantAttr = "Godot.MustBeVariantAttribute";
|
||||
public const string GodotClassNameAttr = "Godot.GodotClassNameAttribute";
|
||||
public const string GlobalClassAttr = "Godot.GlobalClassAttribute";
|
||||
public const string SystemFlagsAttr = "System.FlagsAttribute";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue