Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -7,7 +7,7 @@ using Robust.Shared.Utility;
|
||||
namespace Content.Shared.Tools
|
||||
{
|
||||
[Prototype("tool")]
|
||||
public class ToolQualityPrototype : IPrototype
|
||||
public sealed class ToolQualityPrototype : IPrototype
|
||||
{
|
||||
[DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user