Show / Hide Table of Contents

Class DamageModifierSetPrototype

A version of DamageModifierSet that can be serialized as a prototype, but is functionally identical.

Inheritance
System.Object
DamageModifierSet
DamageModifierSetPrototype
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 Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾