You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
C#: Rename Object to GodotObject
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user