Class StatusEffectsComponentState
Inheritance
System.Object
StatusEffectsComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class StatusEffectsComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
StatusEffectsComponentState(Dictionary<String, StatusEffectState>, List<String>)
Declaration
public StatusEffectsComponentState(Dictionary<string, StatusEffectState> activeEffects, List<string> allowedEffects)
Parameters
Type |
Name |
Description |
Dictionary<System.String, StatusEffectState> |
activeEffects |
|
List<System.String> |
allowedEffects |
|
Fields
|
Improve this Doc
View Source
ActiveEffects
Declaration
public Dictionary<string, StatusEffectState> ActiveEffects
Field Value
|
Improve this Doc
View Source
AllowedEffects
Declaration
public List<string> AllowedEffects
Field Value
Type |
Description |
List<System.String> |
|