summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotClasses.cs
blob: 0ea1b2f5ce8a83111613482d2b3f8f96ed5b9cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
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 GodotClassNameAttr = "Godot.GodotClassName";
        public const string SystemFlagsAttr = "System.FlagsAttribute";
    }
}