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