mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
15 lines
217 B
C#
15 lines
217 B
C#
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
partial class Bar : GodotObject
|
|
{
|
|
}
|
|
|
|
// Foo in another file
|
|
partial class Foo
|
|
{
|
|
}
|
|
|
|
partial class NotSameNameAsFile : GodotObject
|
|
{
|
|
}
|
|
}
|