SpeakOnUIClosedSystem.cs 159 B

12345
  1. using Content.Shared.Advertise.Systems;
  2. namespace Content.Client.Advertise.Systems;
  3. public sealed class SpeakOnUIClosedSystem : SharedSpeakOnUIClosedSystem;