Class MobStateComponent
When attached to an Damageable
Inheritance
System.Object
MobStateComponent
Namespace: Content.Shared.Mobs.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MobStateComponent : Component
Fields
| Improve this Doc View SourceAllowedStates
Declaration
public HashSet<MobState> AllowedStates
Field Value
Type | Description |
---|---|
Hash |
Properties
| Improve this Doc View SourceCurrentState
Declaration
public MobState CurrentState { get; set; }
Property Value
Type | Description |
---|---|
Mob |