Files

8 lines
135 B
C#
Raw Permalink Normal View History

using Content.Shared.Actions;
namespace Content.Shared._White.Other;
public sealed partial class HaltAction : InstantActionEvent
{
}