feature/events #19

Merged
Jonathan merged 10 commits from feature/events into develop 2025-10-28 21:12:46 +01:00
Showing only changes of commit 8c1157c26e - Show all commits
@@ -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();
}
}