TargetedInteractionCollection
Namespace: Murder.Interactions
Assembly: Murder.dll
public sealed struct TargetedInteractionCollection : IInteraction
Implements: IInteraction
⭐ Constructors
public TargetedInteractionCollection()
⭐ Properties
Interactives
public readonly ImmutableArray<T> Interactives;
Returns
ImmutableArray<T>
⭐ Methods
Interact(World, Entity, Entity)
public virtual void Interact(World world, Entity interactor, Entity interacted)
Parameters
world
World
interactor
Entity
interacted
Entity
⚡