TalkToInteraction
Namespace: Murder.Interactions
Assembly: Murder.dll
public sealed struct TalkToInteraction : IInteraction
Implements: IInteraction
⭐ Constructors
public TalkToInteraction()
⭐ Properties
DIALOGUE_CHILD
public readonly static string DIALOGUE_CHILD;
Returns
string
⭐ Methods
CreateDialogueChild(World, Entity)
public Entity CreateDialogueChild(World world, Entity interacted)
Parameters
world World
interacted Entity
Returns
Entity
Interact(World, Entity, Entity)
public virtual void Interact(World world, Entity interactor, Entity interacted)
Parameters
world World
interactor Entity
interacted Entity
⚡