1
0

ScreamActionEvent.cs 139 B

1234567
  1. using Content.Shared.Actions;
  2. namespace Content.Shared.Speech;
  3. public sealed partial class ScreamActionEvent : InstantActionEvent
  4. {
  5. }