godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Foo.cs

12 lines
161 B
C#

namespace Godot.SourceGenerators.Sample
{
partial class Foo : GodotObject
{
}
// Foo again in the same file
partial class Foo
{
}
}