EventListenerComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct EventListenerComponent : IComponent
Implements: IComponent
⭐ Constructors
public EventListenerComponent()
public EventListenerComponent(ImmutableDictionary<TKey, TValue> events)
Parameters
events
ImmutableDictionary<TKey, TValue>
⭐ Properties
Events
public readonly ImmutableDictionary<TKey, TValue> Events;
Returns
ImmutableDictionary<TKey, TValue>
⭐ Methods
Merge(ImmutableDictionary<TKey, TValue>)
public EventListenerComponent Merge(ImmutableDictionary<TKey, TValue> events)
Parameters
events
ImmutableDictionary<TKey, TValue>
Returns
EventListenerComponent
⚡