Class ChangeComponentsSpellEvent
Inheritance
System.Object
ChangeComponentsSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ChangeComponentsSpellEvent : EntityTargetActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
ToAdd
Declaration
public ComponentRegistry ToAdd
Field Value
Type |
Description |
Robust.Shared.Prototypes.ComponentRegistry |
|
|
Improve this Doc
View Source
ToRemove
Declaration
public HashSet<string> ToRemove
Field Value
Type |
Description |
HashSet<System.String> |
|
Properties
|
Improve this Doc
View Source
Speech
Declaration
public string? Speech { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Implements