mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08: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
|
||
|
{
|
||
|
}
|
||
|
}
|