Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -10,7 +10,7 @@ using Robust.UnitTesting.Shared.Serialization;
|
||||
|
||||
namespace Content.IntegrationTests.Tests.Chemistry
|
||||
{
|
||||
public class FixedPoint2SerializationTest : SerializationTest
|
||||
public sealed class FixedPoint2SerializationTest : SerializationTest
|
||||
{
|
||||
protected override Assembly[] Assemblies => new[]
|
||||
{
|
||||
@@ -37,7 +37,7 @@ namespace Content.IntegrationTests.Tests.Chemistry
|
||||
}
|
||||
|
||||
[DataDefinition]
|
||||
public class FixedPoint2TestDefinition
|
||||
public sealed class FixedPoint2TestDefinition
|
||||
{
|
||||
[DataField("unit")] public FixedPoint2? Unit { get; set; } = FixedPoint2.New(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user