AgentSpeedMultiplierComponent

Namespace: Murder.Components
Assembly: Murder.dll

public sealed struct AgentSpeedMultiplierComponent : IComponent

Implements: IComponent

⭐ Constructors

public AgentSpeedMultiplierComponent(int slot, float speedMultiplier)

Parameters
slot int
speedMultiplier float

⭐ Properties

_emptyTemplate

public readonly static ImmutableArray<T> _emptyTemplate;

Returns
ImmutableArray<T>

SpeedMultiplier

public ImmutableArray<T> SpeedMultiplier { get; public set; }

Array of speed multiplayers, Currentlty with 8 slots

Returns
ImmutableArray<T>