Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
namespace Godot.SourceGenerators.Sample;
public partial class EventSignals : GodotObject
{
[Signal]
public delegate void MySignalEventHandler(string str, int num);
}