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