git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
7 lines
175 B
C#
7 lines
175 B
C#
namespace Godot.SourceGenerators.Sample;
|
|
|
|
public partial class EventSignals : GodotObject
|
|
{
|
|
[Signal]
|
|
public delegate void MySignalEventHandler(string str, int num);
|
|
}
|