Mark PrototypeAttribute as MeansImplicitUse.

This commit is contained in:
Pieter-Jan Briers
2019-09-24 23:07:14 +02:00
parent 9868f186f3
commit 7067c120ed

View File

@@ -76,6 +76,7 @@ namespace Robust.Shared.Prototypes
/// </summary>
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
[BaseTypeRequired(typeof(IPrototype))]
[MeansImplicitUse]
public class PrototypeAttribute : Attribute
{
private readonly string type;