Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Client.Singularity.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedSingularityComponent))]
|
||||
public class ClientSingularityComponent : SharedSingularityComponent
|
||||
public sealed class ClientSingularityComponent : SharedSingularityComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Content.Client.Singularity.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedContainmentFieldComponent))]
|
||||
public class ContainmentFieldComponent : SharedContainmentFieldComponent
|
||||
public sealed class ContainmentFieldComponent : SharedContainmentFieldComponent
|
||||
{
|
||||
// Jesus what is this code.
|
||||
// Singulo cleanup WHEEENNN
|
||||
|
||||
Reference in New Issue
Block a user