Class DamageGroupPrototype
A Group of DamageTypePrototypes.
Inheritance
System.Object
DamageGroupPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Damage.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class DamageGroupPrototype : object, IPrototype
Remarks
These groups can be used to specify supported damage types of a DamageContainerPrototype, or to change/get/set damage in a DamageableComponent.
Properties
| Improve this Doc View SourceDamageTypes
Declaration
public List<string> DamageTypes { get; }
Property Value
Type | Description |
---|---|
List<System.String> |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype