Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.Temperature.Components
|
||||
/// and taking fire damage from high temperature.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class TemperatureComponent : Component
|
||||
public sealed class TemperatureComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float CurrentTemperature { get; set; } = Atmospherics.T20C;
|
||||
|
||||
Reference in New Issue
Block a user