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