summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Bar.cs
blob: bf3765178706cb2f616c4cca96c5999b0e621e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Godot.SourceGenerators.Sample
{
    public partial class Bar : GodotObject
    {
    }

    // Foo in another file
    public partial class Foo
    {
    }

    public partial class NotSameNameAsFile : GodotObject
    {
    }
}