10 lines
327 B
C#
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";
|
|
}
|
|
}
|