Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Item;
|
||||
/// <summary>
|
||||
/// This is a prototype for a category of an item's size.
|
||||
/// </summary>
|
||||
[Prototype("itemSize")]
|
||||
[Prototype]
|
||||
public sealed partial class ItemSizePrototype : IPrototype, IComparable<ItemSizePrototype>
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user