🔥 removed indexed RaiseEvent-Call from EventRaiser

pull/19/head
kziolkowski 3 months ago
parent c96e6da78e
commit 8c1157c26e

@ -23,13 +23,4 @@ public partial class EventRaiser : Node
eventRes.Raise();
}
}
/// <summary>
/// Raises <see cref="EventResource"/> at index.
/// </summary>
/// <param name="index"></param>
public void RaiseEvent(int index)
{
_eventResources[index].Raise();
}
}
Loading…
Cancel
Save