Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Server.Chemistry.ReagentEffects.StatusEffects
|
||||
/// Can be used for things like adding accents or something. I don't know. Go wild.
|
||||
/// </remarks>
|
||||
[UsedImplicitly]
|
||||
public class GenericStatusEffect : ReagentEffect
|
||||
public sealed class GenericStatusEffect : ReagentEffect
|
||||
{
|
||||
[DataField("key", required: true)]
|
||||
public string Key = default!;
|
||||
|
||||
Reference in New Issue
Block a user