12 lines
162 B
C#
12 lines
162 B
C#
|
namespace Godot.SourceGenerators.Sample
|
||
|
{
|
||
|
partial class Foo : Godot.Object
|
||
|
{
|
||
|
}
|
||
|
|
||
|
// Foo again in the same file
|
||
|
partial class Foo
|
||
|
{
|
||
|
}
|
||
|
}
|