6
2026-01-13 18:31:02 +02:00

8 lines
139 B
C#

using Content.Shared.Actions;
namespace Content.Shared.Speech;
public sealed partial class ScreamActionEvent : InstantActionEvent
{
}