InteractWithDelayInteraction
Namespace: Murder.Interaction
Assembly: Murder.dll
public sealed struct InteractWithDelayInteraction : IInteraction
Implements: IInteraction
⭐ Constructors
public InteractWithDelayInteraction()
⭐ Properties
Interactive
public readonly IInteraction Interactive;
Returns
IInteraction
Time
public readonly float Time;
Returns
float
⭐ Methods
Interact(World, Entity, Entity)
public virtual void Interact(World world, Entity interactor, Entity interacted)
Parameters
world
World
interactor
Entity
interacted
Entity
⚡