C#: Rename Object to GodotObject
This commit is contained in:
@ -3,7 +3,7 @@ using System.Diagnostics.CodeAnalysis;
|
||||
namespace Godot.SourceGenerators.Sample;
|
||||
|
||||
[SuppressMessage("ReSharper", "RedundantNameQualifier")]
|
||||
public partial class Methods : Godot.Object
|
||||
public partial class Methods : GodotObject
|
||||
{
|
||||
private void MethodWithOverload()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user