Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -20,7 +20,7 @@ using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Shared.Chemistry.Reagent
|
||||
{
|
||||
[Prototype("reagent")]
|
||||
[Prototype]
|
||||
[DataDefinition]
|
||||
public sealed partial class ReagentPrototype : IPrototype, IInheritingPrototype
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user