ICombatEvents.CombatEventOccurred event
Fires on the main (Unity) thread once per game tick during drain.
public event Action<CombatEvent> CombatEventOccurred;See Also
Section titled “See Also”- record CombatEvent
- interface ICombatEvents
- namespace Stellar.Abstractions.Services