Merge remote-tracking branch 'upstream/master' into ed-05-08-2024-upstream
# Conflicts: # .github/PULL_REQUEST_TEMPLATE.md # Resources/Prototypes/Accents/word_replacements.yml
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System.Linq;
|
||||
using Content.Server.Administration.Logs;
|
||||
using Content.Server.Atmos.Components;
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.Body.Components;
|
||||
using Content.Server.Temperature.Components;
|
||||
@@ -417,17 +416,3 @@ public sealed class TemperatureSystem : EntitySystem
|
||||
return (newHeatThreshold, newColdThreshold);
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class OnTemperatureChangeEvent : EntityEventArgs
|
||||
{
|
||||
public float CurrentTemperature { get; }
|
||||
public float LastTemperature { get; }
|
||||
public float TemperatureDelta { get; }
|
||||
|
||||
public OnTemperatureChangeEvent(float current, float last, float delta)
|
||||
{
|
||||
CurrentTemperature = current;
|
||||
LastTemperature = last;
|
||||
TemperatureDelta = delta;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user