Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Nutrition.Prototypes;
|
||||
/// <summary>
|
||||
/// Unique data storage block for different FoodSequence layers
|
||||
/// </summary>
|
||||
[Prototype("foodSequenceElement")]
|
||||
[Prototype]
|
||||
public sealed partial class FoodSequenceElementPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user