virtualx-engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Foo.cs
2023-01-27 02:04:18 +01:00

11 lines
161 B
C#

namespace Godot.SourceGenerators.Sample
{
partial class Foo : GodotObject
{
}
// Foo again in the same file
partial class Foo
{
}
}