Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
{
|
||||
[Prototype("reagent")]
|
||||
[DataDefinition]
|
||||
public class ReagentPrototype : IPrototype, IInheritingPrototype
|
||||
public sealed class ReagentPrototype : IPrototype, IInheritingPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("id", required: true)]
|
||||
@@ -143,7 +143,7 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
}
|
||||
|
||||
[DataDefinition]
|
||||
public class ReagentEffectsEntry
|
||||
public sealed class ReagentEffectsEntry
|
||||
{
|
||||
/// <summary>
|
||||
/// Amount of reagent to metabolize, per metabolism cycle.
|
||||
@@ -161,7 +161,7 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
}
|
||||
|
||||
[DataDefinition]
|
||||
public class ReactiveReagentEffectEntry
|
||||
public sealed class ReactiveReagentEffectEntry
|
||||
{
|
||||
[DataField("methods", required: true)]
|
||||
public HashSet<ReactionMethod> Methods = default!;
|
||||
|
||||
Reference in New Issue
Block a user