Foo.cs 103 B

12345678910
  1. using Godot;
  2. partial class Foo : GodotObject
  3. {
  4. }
  5. // Foo again in the same file
  6. partial class Foo
  7. {
  8. }