Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Server.Wires;
|
||||
/// wires. Once one of these is initialized, it should be stored in the
|
||||
/// WiresSystem as a functional wire set.
|
||||
/// </summary>
|
||||
[Prototype("wireLayout")]
|
||||
[Prototype]
|
||||
public sealed partial class WireLayoutPrototype : IPrototype, IInheritingPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user