Path: blob/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Foo.cs
10281 views
namespace Godot.SourceGenerators.Sample { public partial class Foo : GodotObject { } // Foo again in the same file public partial class Foo { } }
namespace Godot.SourceGenerators.Sample { public partial class Foo : GodotObject { } // Foo again in the same file public partial class Foo { } }