Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -2,7 +2,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Body.Prototypes;
|
||||
|
||||
[Prototype("body")]
|
||||
[Prototype]
|
||||
public sealed partial class BodyPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
|
||||
@@ -2,7 +2,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Body.Prototypes
|
||||
{
|
||||
[Prototype("metabolismGroup")]
|
||||
[Prototype]
|
||||
public sealed partial class MetabolismGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
@@ -2,7 +2,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Body.Prototypes
|
||||
{
|
||||
[Prototype("metabolizerType")]
|
||||
[Prototype]
|
||||
public sealed partial class MetabolizerTypePrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user