Files
wwdpublic/Content.Server/Atmos/Components/FixGridAtmosOnRoundStartComponent.cs
Gersoon 908e0ab9cd MakeRespriteGreatAgainPart1 (#644)
* UltraMegaCommit

* Fix1

* Fix2

* Fix3

* Update monotile_frame.yml

* Fix4

* Fix5
2025-06-28 11:30:19 +03:00

11 lines
358 B
C#

namespace Content.Server.Atmos.Components;
/// <summary>
/// When present on an entity, triggers the fixgridatmos command for its grid when the round starts.
/// Useful for ensuring standard atmosphere on round start during testing or mapping.
/// </summary>
[RegisterComponent]
public sealed partial class FixGridAtmosOnRoundStartComponent : Component
{
}