From 31e19f6708df665b492102b85afab82be237ebe5 Mon Sep 17 00:00:00 2001 From: mirrorcult Date: Sun, 27 Mar 2022 22:08:56 -0700 Subject: [PATCH] Remove datadef from actiontype (#7303) --- Content.Shared/Actions/ActionTypes/ActionType.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Shared/Actions/ActionTypes/ActionType.cs b/Content.Shared/Actions/ActionTypes/ActionType.cs index e0d30d7659..5233810b7a 100644 --- a/Content.Shared/Actions/ActionTypes/ActionType.cs +++ b/Content.Shared/Actions/ActionTypes/ActionType.cs @@ -5,7 +5,6 @@ using Robust.Shared.Utility; namespace Content.Shared.Actions.ActionTypes; -[DataDefinition] [ImplicitDataDefinitionForInheritors] [Serializable, NetSerializable] public abstract class ActionType : IEquatable, IComparable, ICloneable