fish-station/Content.Shared/_Sunrise/AlwaysPoweredMap/AlwaysPoweredMapComponent.cs
haiwwkes b8032baa9d
tweaks. (#465)
* tweaks.

* aaaaaa

* aaaaa

* Revert "aaaaa"

This reverts commit d95c6d6cedeac70d9c882533f115c229a69ee38a.

* yes

* AlwaysPoweredMap, remove biomes.

* forget..

* sky

* Updated map

* Update PlanetPrisonStationSystem.cs

* Update EmergencyShuttleSystem.cs

---------

Co-authored-by: SplikZerys <tronezero700@yandex.ru>
Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com>
2024-10-07 08:45:23 +03:00

6 lines
196 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._Sunrise.AlwaysPoweredMap;
[RegisterComponent, NetworkedComponent]
public sealed partial class AlwaysPoweredMapComponent : Component;