Give VerbAttribute [MeansImplicitUse]

This commit is contained in:
Pieter-Jan Briers
2019-10-10 11:51:38 +02:00
parent cf97ef7ad1
commit 09ca46fbd0

View File

@@ -104,6 +104,7 @@ namespace Content.Shared.GameObjects
/// so that they're automatically detected.
/// </summary>
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
[MeansImplicitUse]
public sealed class VerbAttribute : Attribute
{
}