Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -13,7 +13,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Shared.Research.Prototypes
|
||||
{
|
||||
[NetSerializable, Serializable, Prototype("latheRecipe")]
|
||||
public class LatheRecipePrototype : IPrototype
|
||||
public sealed class LatheRecipePrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("id", required: true)]
|
||||
|
||||
@@ -10,7 +10,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Shared.Research.Prototypes
|
||||
{
|
||||
[NetSerializable, Serializable, Prototype("technology")]
|
||||
public class TechnologyPrototype : IPrototype
|
||||
public sealed class TechnologyPrototype : IPrototype
|
||||
{
|
||||
/// <summary>
|
||||
/// The ID of this technology prototype.
|
||||
|
||||
Reference in New Issue
Block a user