Analyzer to enforce classes to be either [Virtual], abstract, or sealed. (#2469)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Pieter-Jan Briers
2022-02-05 19:31:58 +01:00
committed by GitHub
co-authored by metalgearsloth metalgearsloth
parent ec768c563f
commit de4d255841
593 changed files with 1165 additions and 829 deletions
@@ -10,7 +10,7 @@ using Robust.Shared.Physics;
namespace Robust.Server.GameObjects
{
[UsedImplicitly]
public class PhysicsSystem : SharedPhysicsSystem
public sealed class PhysicsSystem : SharedPhysicsSystem
{
[Dependency] private readonly IConfigurationManager _configurationManager = default!;