Foo.cs 175 B

1234567891011
  1. namespace Godot.SourceGenerators.Sample
  2. {
  3. public partial class Foo : GodotObject
  4. {
  5. }
  6. // Foo again in the same file
  7. public partial class Foo
  8. {
  9. }
  10. }