Show / Hide Table of Contents

Class MobStateComponentState

Inheritance
System.Object
MobStateComponentState
Namespace: Content.Shared.Mobs.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MobStateComponentState : ComponentState

Constructors

| Improve this Doc View Source

MobStateComponentState(MobState, HashSet<MobState>)

Declaration
public MobStateComponentState(MobState currentState, HashSet<MobState> allowedStates)
Parameters
Type Name Description
MobState currentState
HashSet<MobState> allowedStates

Fields

| Improve this Doc View Source

AllowedStates

Declaration
public readonly HashSet<MobState> AllowedStates
Field Value
Type Description
HashSet<MobState>
| Improve this Doc View Source

CurrentState

Declaration
public readonly MobState CurrentState
Field Value
Type Description
MobState
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾