🔥 removed indexed RaiseEvent-Call from EventRaiser
This commit is contained in:
@@ -23,13 +23,4 @@ public partial class EventRaiser : Node
|
|||||||
eventRes.Raise();
|
eventRes.Raise();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Raises <see cref="EventResource"/> at index.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="index"></param>
|
|
||||||
public void RaiseEvent(int index)
|
|
||||||
{
|
|
||||||
_eventResources[index].Raise();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user