Class MovespeedModifierMetabolismComponent
Inheritance
System.Object
MovespeedModifierMetabolismComponent
Namespace: Content.Shared.Chemistry.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MovespeedModifierMetabolismComponent : Component
Properties
| Improve this Doc View SourceModifierTimer
When the current modifier is expected to end.
Declaration
public TimeSpan ModifierTimer { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
SprintSpeedModifier
Declaration
public float SprintSpeedModifier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
WalkSpeedModifier
Declaration
public float WalkSpeedModifier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |