Skip to content

Commit

Permalink
eek!
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoGarbage404 committed Aug 7, 2024
1 parent 63c11af commit 0976567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Content.Server/Body/Components/InternalsComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ public sealed partial class InternalsComponent : Component
public ProtoId<AlertPrototype> InternalsAlert = "Internals";
}

public sealed partial class ToggleInternalsAlertEvent : BaseAlertEvent;
}
5 changes: 4 additions & 1 deletion Content.Shared/Internals/InternalsDoAfterEvent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Content.Shared.DoAfter;
using Content.Shared.Alert;
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;

namespace Content.Shared.Internals;
Expand All @@ -7,3 +8,5 @@ namespace Content.Shared.Internals;
public sealed partial class InternalsDoAfterEvent : SimpleDoAfterEvent
{
}

public sealed partial class ToggleInternalsAlertEvent : BaseAlertEvent;

0 comments on commit 0976567

Please sign in to comment.