InteractOnRuleMatchCollectionComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct InteractOnRuleMatchCollectionComponent : IComponent
Implements: IComponent
⭐ Constructors
public InteractOnRuleMatchCollectionComponent()
public InteractOnRuleMatchCollectionComponent(ImmutableArray<T> requirements)
Parameters
requirements
ImmutableArray<T>
⭐ Properties
Requirements
public readonly ImmutableArray<T> Requirements;
List of interactions that will be triggered.
Returns
ImmutableArray<T>
⚡