diff --git a/Content.Shared/GameObjects/Verb.cs b/Content.Shared/GameObjects/Verb.cs index 0f929a1dce..371ef2a87f 100644 --- a/Content.Shared/GameObjects/Verb.cs +++ b/Content.Shared/GameObjects/Verb.cs @@ -104,6 +104,7 @@ namespace Content.Shared.GameObjects /// so that they're automatically detected. /// [AttributeUsage(AttributeTargets.Class, Inherited = false)] + [MeansImplicitUse] public sealed class VerbAttribute : Attribute { }