diff --git a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs index 0c563b7a1d..431a15422d 100644 --- a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization; namespace Content.Shared.Damage.Prototypes { @@ -7,7 +6,6 @@ namespace Content.Shared.Damage.Prototypes /// A single damage type. These types are grouped together in s. /// [Prototype("damageType")] - [Serializable, NetSerializable] public sealed class DamageTypePrototype : IPrototype { [IdDataFieldAttribute]