SendToOtherInteraction
Namespace: Murder.Interactions
Assembly: Murder.dll
public sealed struct SendToOtherInteraction : IInteraction
Implements: IInteraction
⭐ Constructors
public SendToOtherInteraction()
⭐ Properties
_targets
public readonly ImmutableArray<T> _targets;
Guid of the target entity.
Returns
ImmutableArray<T>
Message
public readonly IMessage Message;
Returns
IMessage
⭐ Methods
Interact(World, Entity, Entity)
public virtual void Interact(World world, Entity interactor, Entity interacted)
Parameters
world
World
interactor
Entity
interacted
Entity
⚡