Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Atmos.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(IAtmosphereComponent))]
|
||||
public class SpaceAtmosphereComponent : Component, IAtmosphereComponent
|
||||
public sealed class SpaceAtmosphereComponent : Component, IAtmosphereComponent
|
||||
{
|
||||
public bool Simulated => false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user