Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent]
|
||||
public class SingularityDistortionComponent : Component
|
||||
public sealed class SingularityDistortionComponent : Component
|
||||
{
|
||||
[DataField("intensity")]
|
||||
private float _intensity = 0.25f;
|
||||
@@ -52,7 +52,7 @@ namespace Content.Shared.Singularity.Components
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public class SingularityDistortionComponentState : ComponentState
|
||||
public sealed class SingularityDistortionComponentState : ComponentState
|
||||
{
|
||||
public SingularityDistortionComponentState(float intensity, float falloff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user