Class MobStateComponentState
Inheritance
System.Object
MobStateComponentState
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
Fields
|
Improve this Doc
View Source
AllowedStates
Declaration
public readonly HashSet<MobState> AllowedStates
Field Value
|
Improve this Doc
View Source
CurrentState
Declaration
public readonly MobState CurrentState
Field Value