GodotClasses.cs 327 B

123456789
  1. namespace Godot.SourceGenerators
  2. {
  3. public static class GodotClasses
  4. {
  5. public const string Object = "Godot.Object";
  6. public const string DisableGodotGeneratorsAttr = "Godot.DisableGodotGeneratorsAttribute";
  7. public const string AssemblyHasScriptsAttr = "Godot.AssemblyHasScriptsAttribute";
  8. }
  9. }