RequirementsCollection
Namespace: Murder.Core
Assembly: Murder.dll
public sealed struct RequirementsCollection
⭐ Constructors
public RequirementsCollection()
⭐ Properties
Requirements
public readonly ImmutableArray<T> Requirements;
List of requirements which will trigger the interactive component within the same entity.
Returns
ImmutableArray<T>
⚡