mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
12 lines
161 B
C#
12 lines
161 B
C#
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
partial class Foo : GodotObject
|
|
{
|
|
}
|
|
|
|
// Foo again in the same file
|
|
partial class Foo
|
|
{
|
|
}
|
|
}
|