C#: Rename Object to GodotObject

This commit is contained in:
Raul Santos
2022-12-07 16:16:51 +01:00
parent a968e51414
commit 1aceacaa6b
38 changed files with 147 additions and 145 deletions
@@ -1,6 +1,6 @@
namespace Godot.SourceGenerators.Sample
{
partial class Bar : Godot.Object
partial class Bar : GodotObject
{
}
@@ -9,7 +9,7 @@ namespace Godot.SourceGenerators.Sample
{
}
partial class NotSameNameAsFile : Godot.Object
partial class NotSameNameAsFile : GodotObject
{
}
}