Files
OldThink/Content.Client/Atmos/Components/MapAtmosphereComponent.cs

10 lines
191 B
C#
Raw Normal View History

2023-06-28 21:22:03 +10:00
using Content.Shared.Atmos.Components;
namespace Content.Client.Atmos.Components;
[RegisterComponent]
public sealed partial class MapAtmosphereComponent : SharedMapAtmosphereComponent
2023-06-28 21:22:03 +10:00
{
}