2024-08-07 01:15:35 -04:00
|
|
|
|
using Content.Shared.Alert;
|
|
|
|
|
|
using Content.Shared.DoAfter;
|
2023-04-03 13:13:48 +12:00
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Internals;
|
|
|
|
|
|
|
|
|
|
|
|
[Serializable, NetSerializable]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class InternalsDoAfterEvent : SimpleDoAfterEvent
|
2023-04-03 13:13:48 +12:00
|
|
|
|
{
|
2023-08-22 18:14:33 -07:00
|
|
|
|
}
|
2024-08-07 01:15:35 -04:00
|
|
|
|
|
|
|
|
|
|
public sealed partial class ToggleInternalsAlertEvent : BaseAlertEvent;
|