using Content.Shared.Chasm; using Content.Shared.Speech.Components; using Content.Shared.Speech.Muting; using System; namespace Content.Shared.Speech.EntitySystems; /// /// Once the chat refactor has happened, move the code from /// /// to here and set this class to sealed. /// public abstract class SharedSpeakOnActionSystem : EntitySystem;