Remove datadef from actiontype (#7303)
This commit is contained in:
parent
9d842f50b0
commit
31e19f6708
|
|
@ -5,7 +5,6 @@ using Robust.Shared.Utility;
|
|||
|
||||
namespace Content.Shared.Actions.ActionTypes;
|
||||
|
||||
[DataDefinition]
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
[Serializable, NetSerializable]
|
||||
public abstract class ActionType : IEquatable<ActionType>, IComparable, ICloneable
|
||||
|
|
|
|||
Loading…
Reference in New Issue