mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 16:11:22 +00:00
7 lines
215 B
C#
7 lines
215 B
C#
|
|
namespace Godot.SourceGenerators.Internal;
|
||
|
|
|
||
|
|
internal static class GeneratorClasses
|
||
|
|
{
|
||
|
|
public const string GenerateUnmanagedCallbacksAttr = "Godot.SourceGenerators.Internal.GenerateUnmanagedCallbacksAttribute";
|
||
|
|
}
|