mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.StatusEffect
|
||||
{
|
||||
[Prototype("statusEffect")]
|
||||
[Prototype]
|
||||
public sealed partial class StatusEffectPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user