Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Server.Cargo
|
||||
{
|
||||
public class CargoBankAccount : ICargoBankAccount
|
||||
public sealed class CargoBankAccount : ICargoBankAccount
|
||||
{
|
||||
[ViewVariables]
|
||||
public int Id { get; }
|
||||
|
||||
Reference in New Issue
Block a user