IdTargetComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct IdTargetComponent : IComponent
This is a component used to track other entities when triggering an interaction or other action.
Implements: IComponent
⭐ Constructors
public IdTargetComponent(int target)
Parameters
target
int
⭐ Properties
Target
public readonly int Target;
Id of the target entity.
Returns
int
⚡