Remove NetSerializable from DamageTypePrototype (#12594)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Robust.Shared.Serialization;
|
|
||||||
|
|
||||||
namespace Content.Shared.Damage.Prototypes
|
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.
|
/// A single damage type. These types are grouped together in <see cref="DamageGroupPrototype"/>s.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Prototype("damageType")]
|
[Prototype("damageType")]
|
||||||
[Serializable, NetSerializable]
|
|
||||||
public sealed class DamageTypePrototype : IPrototype
|
public sealed class DamageTypePrototype : IPrototype
|
||||||
{
|
{
|
||||||
[IdDataFieldAttribute]
|
[IdDataFieldAttribute]
|
||||||
|
|||||||
Reference in New Issue
Block a user