mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
13 lines
314 B
C#
13 lines
314 B
C#
using Content.Shared.Alert;
|
|
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Internals;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class InternalsDoAfterEvent : SimpleDoAfterEvent
|
|
{
|
|
}
|
|
|
|
public sealed partial class ToggleInternalsAlertEvent : BaseAlertEvent;
|