forked from Hertog/godot-module-template
12 lines
175 B
C#
12 lines
175 B
C#
|
namespace Godot.SourceGenerators.Sample
|
||
|
{
|
||
|
public partial class Foo : GodotObject
|
||
|
{
|
||
|
}
|
||
|
|
||
|
// Foo again in the same file
|
||
|
public partial class Foo
|
||
|
{
|
||
|
}
|
||
|
}
|