mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
9 lines
229 B
C#
9 lines
229 B
C#
![]() |
namespace Godot.SourceGenerators
|
||
|
{
|
||
|
public static class GodotClasses
|
||
|
{
|
||
|
public const string Object = "Godot.Object";
|
||
|
public const string AssemblyHasScriptsAttr = "Godot.AssemblyHasScriptsAttribute";
|
||
|
}
|
||
|
}
|