diff --git a/scripts/CSharp/Low Code/Events/EventRaiser.cs b/scripts/CSharp/Low Code/Events/EventRaiser.cs index 2bebce3..07e419e 100644 --- a/scripts/CSharp/Low Code/Events/EventRaiser.cs +++ b/scripts/CSharp/Low Code/Events/EventRaiser.cs @@ -23,13 +23,4 @@ public partial class EventRaiser : Node eventRes.Raise(); } } - - /// - /// Raises at index. - /// - /// - public void RaiseEvent(int index) - { - _eventResources[index].Raise(); - } } \ No newline at end of file