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

    // Foo in another file
    partial class Foo
    {
    }

    partial class NotSameNameAsFile : GodotObject
    {
    }
}