C#: Rename Object to GodotObject
This commit is contained in:
parent
a968e51414
commit
1aceacaa6b
38 changed files with 147 additions and 145 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace Godot.SourceGenerators.Sample;
|
||||
|
||||
public partial class EventSignals : Godot.Object
|
||||
public partial class EventSignals : GodotObject
|
||||
{
|
||||
[Signal]
|
||||
public delegate void MySignalEventHandler(string str, int num);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue