Remove datadef from actiontype (#7303)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user