mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
16 lines
217 B
C#
16 lines
217 B
C#
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
partial class Bar : GodotObject
|
|
{
|
|
}
|
|
|
|
// Foo in another file
|
|
partial class Foo
|
|
{
|
|
}
|
|
|
|
partial class NotSameNameAsFile : GodotObject
|
|
{
|
|
}
|
|
}
|