Files
tbd-station-14/Content.Client/Advertise/Systems/SpeakOnUIClosedSystem.cs
2025-03-02 13:47:52 +11:00

6 lines
159 B
C#

using Content.Shared.Advertise.Systems;
namespace Content.Client.Advertise.Systems;
public sealed class SpeakOnUIClosedSystem : SharedSpeakOnUIClosedSystem;