From c9563e6c38a5c55b944de847cb66285c4cc4dfe6 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Tue, 15 Nov 2022 00:58:55 +0100 Subject: [PATCH] Remove NetSerializable from DamageTypePrototype (#12594) --- Content.Shared/Damage/Prototypes/DamageTypePrototype.cs | 2 -- 1 file changed, 2 deletions(-) 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]