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.Atmos.Prototypes
|
||||
{
|
||||
[Prototype("gas")]
|
||||
[Prototype]
|
||||
public sealed partial class GasPrototype : IPrototype
|
||||
{
|
||||
[DataField("name")] public string Name { get; set; } = "";
|
||||
|
||||
Reference in New Issue
Block a user