Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -18,10 +18,10 @@ namespace Content.IntegrationTests.Tests.Disposal
|
||||
[TestOf(typeof(DisposalHolderComponent))]
|
||||
[TestOf(typeof(DisposalEntryComponent))]
|
||||
[TestOf(typeof(DisposalUnitComponent))]
|
||||
public class DisposalUnitTest : ContentIntegrationTest
|
||||
public sealed class DisposalUnitTest : ContentIntegrationTest
|
||||
{
|
||||
[Reflect(false)]
|
||||
private class DisposalUnitTestSystem : EntitySystem
|
||||
private sealed class DisposalUnitTestSystem : EntitySystem
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user