🔥 removed indexed RaiseEvent-Call from EventRaiser

This commit is contained in:
2025-10-28 12:04:41 +01:00
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();
}
}