Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
|
||||
namespace Content.Shared.EntityList
|
||||
{
|
||||
[Prototype("entityList")]
|
||||
[Prototype]
|
||||
public sealed partial class EntityListPrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Random;
|
||||
|
||||
namespace Content.Shared.EntityList;
|
||||
|
||||
[Prototype("entityLootTable")]
|
||||
[Prototype]
|
||||
public sealed partial class EntityLootTablePrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user