From 09ca46fbd0e16d0bff1f419eec25a4a3d6b7a157 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 10 Oct 2019 11:51:38 +0200 Subject: [PATCH] Give VerbAttribute [MeansImplicitUse] --- Content.Shared/GameObjects/Verb.cs | 1 + 1 file changed, 1 insertion(+) 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 { }