Skip to content

Commit

Permalink
Unbreak namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Jan 16, 2024
1 parent 73dd581 commit df63e85
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Robust.Client.UserInterface.CustomControls;
using static Robust.Client.UserInterface.Controls.BoxContainer;

namespace Content.Client.CosmaticDrift.CryoSleep;
namespace Content.Client.CryoSleep;
public sealed class AcceptCryoWindow : DefaultWindow
{
public readonly Button DenyButton;
Expand Down
4 changes: 2 additions & 2 deletions Content.Client/CosmaticDrift/CryoSleep/CryoSleepEui.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Content.Client.Eui;
using Content.Shared.CosmaticDrift.CryoSleep;
using Content.Shared.CryoSleep;
using Robust.Client.Graphics;

namespace Content.Client.CosmaticDrift.CryoSleep;
namespace Content.Client.CryoSleep;

public sealed class CryoSleepEui : BaseEui
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Robust.Shared.Audio;
using Robust.Shared.Containers;

namespace Content.Server.CosmaticDrift.CryoSleep;
namespace Content.Server.CryoSleep;
[RegisterComponent]
public sealed partial class CryoSleepComponent : Component
{
Expand Down
4 changes: 2 additions & 2 deletions Content.Server/CosmaticDrift/CryoSleep/CryoSleepEui.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Content.Server.EUI;
using Content.Shared.CosmaticDrift.CryoSleep;
using Content.Shared.CryoSleep;
using Content.Shared.Eui;

namespace Content.Server.CosmaticDrift.CryoSleep;
namespace Content.Server.CryoSleep;

public sealed class CryoSleepEui : BaseEui
{
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/CosmaticDrift/CryoSleep/CryoSleepSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using Robust.Shared.Containers;
using Robust.Shared.Enums;

namespace Content.Server.CosmaticDrift.CryoSleep;
namespace Content.Server.CryoSleep;

public sealed class CryoSleepSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Content.Shared.Eui;
using Robust.Shared.Serialization;

namespace Content.Shared.CosmaticDrift.CryoSleep;
namespace Content.Shared.CryoSleep;

[Serializable, NetSerializable]
public enum AcceptCryoUiButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 0
- type: GuideHelp
guides: [Cryosleep]
damage: 0

0 comments on commit df63e85

Please sign in to comment.