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