Class DamageModifierSetPrototype
A version of DamageModifierSet that can be serialized as a prototype, but is functionally identical.
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Damage.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class DamageModifierSetPrototype : DamageModifierSet, IPrototype
Remarks
Done to avoid removing the 'required' tag on the ID and passing around a 'prototype' when we really just want normal data to be deserialized.
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype