11 lines
161 B
C#
11 lines
161 B
C#
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
partial class Foo : GodotObject
|
|
{
|
|
}
|
|
|
|
// Foo again in the same file
|
|
partial class Foo
|
|
{
|
|
}
|
|
}
|