Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
/// <summary>
|
||||
/// This event alerts system that the solution was changed
|
||||
/// </summary>
|
||||
public class SolutionChangedEvent : EntityEventArgs
|
||||
public sealed class SolutionChangedEvent : EntityEventArgs
|
||||
{
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
/// Part of Chemistry system deal with SolutionContainers
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public partial class SolutionContainerSystem : EntitySystem
|
||||
public sealed partial class SolutionContainerSystem : EntitySystem
|
||||
{
|
||||
[Dependency]
|
||||
private readonly SharedChemicalReactionSystem _chemistrySystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user