Files
wwdpublic/Content.Client/Advertise/Systems/SpeakOnUIClosedSystem.cs
metalgearsloth f7ee0c6c9d Predict vending machine UI (#33412)
(cherry picked from commit a8ebcac5c9e36765671b742a4f587a80cfadf4f3)
2025-09-27 12:21:05 +03:00

6 lines
159 B
C#

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