mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
16 lines
219 B
C#
16 lines
219 B
C#
|
|
namespace Godot.SourceGenerators.Sample
|
||
|
|
{
|
||
|
|
partial class Bar : Godot.Object
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
// Foo in another file
|
||
|
|
partial class Foo
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
partial class NotSameNameAsFile : Godot.Object
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|