mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
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
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|