mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
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:
committed by
GitHub
parent
ec768c563f
commit
de4d255841
@@ -7,7 +7,7 @@ using Robust.Shared.Utility;
|
||||
|
||||
namespace Robust.Server.Bql
|
||||
{
|
||||
public partial class BqlQueryManager : IBqlQueryManager
|
||||
public sealed partial class BqlQueryManager : IBqlQueryManager
|
||||
{
|
||||
private readonly IReflectionManager _reflectionManager;
|
||||
private readonly IComponentFactory _componentFactory;
|
||||
|
||||
Reference in New Issue
Block a user