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>