git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
15 lines
238 B
C#
15 lines
238 B
C#
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
public partial class Bar : GodotObject
|
|
{
|
|
}
|
|
|
|
// Foo in another file
|
|
public partial class Foo
|
|
{
|
|
}
|
|
|
|
public partial class NotSameNameAsFile : GodotObject
|
|
{
|
|
}
|
|
}
|