godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotClasses.cs

10 lines
327 B
C#

namespace Godot.SourceGenerators
{
public static class GodotClasses
{
public const string Object = "Godot.Object";
public const string DisableGodotGeneratorsAttr = "Godot.DisableGodotGeneratorsAttribute";
public const string AssemblyHasScriptsAttr = "Godot.AssemblyHasScriptsAttribute";
}
}