mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Mark PrototypeAttribute as MeansImplicitUse.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user