Remove NetSerializable from DamageTypePrototype (#12594)

This commit is contained in:
DrSmugleaf
2022-11-15 00:58:55 +01:00
committed by GitHub
parent a4ef77aad3
commit c9563e6c38

View File

@@ -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 <see cref="DamageGroupPrototype"/>s.
/// </summary>
[Prototype("damageType")]
[Serializable, NetSerializable]
public sealed class DamageTypePrototype : IPrototype
{
[IdDataFieldAttribute]