Foo.cs 161 B

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