mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +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
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|